Color Hex Logo

#f8b062 Color Hex

#F8B062
(248,176,98)
0 Favorites   0 Comments

Color spaces of #f8b062

RGB 24817698
HSL0.090.910.68
HSV31°60°97°
CMYK 0.000.290.60   0.03
XYZ56.441351.889018.5961
Yxy51.88900.44470.4088
Hunter Lab72.034013.801835.1177
CIE-Lab77.214418.478449.7500

#f8b062 color RGB value is (248,176,98).

#f8b062 hex color red value is 248, green value is 176 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #f8b062 hue: 0.09 , saturation: 0.91 and the lightness value of f8b062 is 0.68.

The process color (four color CMYK) of #f8b062 color hex is 0.00, 0.29, 0.60, 0.03. Web safe color of #f8b062 is #ff9966. Color #f8b062 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10110000 01100010
Octal 370 260 142
Decimal 248 176 98
Hex F8 B0 62

RGB Percentages of Color #f8b062

%47.51
%33.72
%18.77

CMYK Percentages of Color #f8b062

%0
%29
%60
%3

Triadic Colors of #f8b062

#f8b062 #62f8b0 #b062f8

Analogous Colors of #f8b062

#f8b062 #f5f862 #f86562

Monochromatic Colors of #f8b062

#f8b062

Complementary Color

#f8b062 #62aaf8

#f8b062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8b062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8b062 Color CSS Codes

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

#f8b062 Text Font Color

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

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


#f8b062 Background Color

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

This div background color is #f8b062


#f8b062 Border Color

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

This div border color is #f8b062


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,176,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f8b062; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f8b062;
  -webkit-box-shadow: 1px 1px 3px 2px #f8b062;
  box-shadow:         1px 1px 3px 2px #f8b062; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,176,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8b062


Comments

No comments written yet.

Please login to write comment.