Color Hex Logo

#ffb250 Color Hex

#FFB250
(255,178,80)
0 Favorites   0 Comments

Color spaces of #ffb250

RGB 25517880
HSL0.091.000.66
HSV34°69°100°
CMYK 0.000.300.69   0.00
XYZ58.608453.680014.8617
Yxy53.68000.46090.4222
Hunter Lab73.266614.571439.2600
CIE-Lab78.274819.219259.5675

#ffb250 color RGB value is (255,178,80).

#ffb250 hex color red value is 255, green value is 178 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ffb250 hue: 0.09 , saturation: 1.00 and the lightness value of ffb250 is 0.66.

The process color (four color CMYK) of #ffb250 color hex is 0.00, 0.30, 0.69, 0.00. Web safe color of #ffb250 is #ff9966. Color #ffb250 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110010 01010000
Octal 377 262 120
Decimal 255 178 80
Hex FF B2 50

RGB Percentages of Color #ffb250

%49.71
%34.70
%15.59

CMYK Percentages of Color #ffb250

%0
%30
%69
%0

Triadic Colors of #ffb250

#ffb250 #50ffb2 #b250ff

Analogous Colors of #ffb250

#ffb250 #f5ff50 #ff5b50

Monochromatic Colors of #ffb250

#ffb250

Complementary Color

#ffb250 #509dff

#ffb250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb250 Color CSS Codes

.mybgcolor {background-color:#ffb250; } 
.myforecolor {color:#ffb250; }
.mybordercolor {border:3px solid #ffb250; }

#ffb250 Text Font Color

<p style="color:#ffb250">Text here</p>

This sample text font color is #ffb250
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ffb250 Background Color

<div style="background-color:#ffb250">
Div content here</div>

This div background color is #ffb250


#ffb250 Border Color

<div style="border:3px solid #ffb250">
Div here</div>

This div border color is #ffb250


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,178,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffb250; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffb250;
  -webkit-box-shadow: 1px 1px 3px 2px #ffb250;
  box-shadow:         1px 1px 3px 2px #ffb250; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,178,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ffb250">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ffb250;
  -webkit-box-shadow: 1px 1px 3px 2px #ffb250;
  box-shadow:         1px 1px 3px 2px #ffb250;">
Div content here</div>

This div box has shadow with color #ffb250

#ffb250 Color Palettes


Comments

No comments written yet.

Please login to write comment.