Color Hex Logo

#f9b452 Color Hex

#F9B452
(249,180,82)
0 Favorites   0 Comments

Color spaces of #f9b452

RGB 24918082
HSL0.100.930.65
HSV35°67°98°
CMYK 0.000.280.67   0.02
XYZ56.911253.391415.2887
Yxy53.39140.45310.4251
Hunter Lab73.069411.155938.7430
CIE-Lab78.105515.800558.2987

#f9b452 color RGB value is (249,180,82).

#f9b452 hex color red value is 249, green value is 180 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #f9b452 hue: 0.10 , saturation: 0.93 and the lightness value of f9b452 is 0.65.

The process color (four color CMYK) of #f9b452 color hex is 0.00, 0.28, 0.67, 0.02. Web safe color of #f9b452 is #ffcc66. Color #f9b452 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10110100 01010010
Octal 371 264 122
Decimal 249 180 82
Hex F9 B4 52

RGB Percentages of Color #f9b452

%48.73
%35.23
%16.05

CMYK Percentages of Color #f9b452

%0
%28
%67
%2

Triadic Colors of #f9b452

#f9b452 #52f9b4 #b452f9

Analogous Colors of #f9b452

#f9b452 #ebf952 #f96152

Monochromatic Colors of #f9b452

#f9b452

Complementary Color

#f9b452 #5297f9

#f9b452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9b452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9b452 Color CSS Codes

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

#f9b452 Text Font Color

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

This sample text font color is #f9b452
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.


#f9b452 Background Color

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

This div background color is #f9b452


#f9b452 Border Color

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

This div border color is #f9b452


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,180,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f9b452; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f9b452;
  -webkit-box-shadow: 1px 1px 3px 2px #f9b452;
  box-shadow:         1px 1px 3px 2px #f9b452; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,180,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9b452


Comments

No comments written yet.

Please login to write comment.