#FEF0A6

Color #FEF0A6 Drover (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Drover #FEF0A6

Tints of Drover #FEF0A6

Color information

#FEF0A6 (or 0xFEF0A6) is unknown color: approx Drover. HEX triplet: FE, F0 and A6. RGB value is (254,240,166). Sum of RGB (Red+Green+Blue) = 254+240+166=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 166 (65.23% from 255 or 25.15% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF0A6 is #010F59. Grayscale: #ECECEC. Windows color (decimal): -69466 or 10940670. OLE color: 10940670.

HSL color Cylindrical-coordinate representation of color #FEF0A6: hue angle of 50.45º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEF0A6 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB254240166-
CMYK00.060.350.00
HSL50.45º97.78%82.35%-
HSV(B)50.45º34.65%99.61%-
XYZ78.9286.1448.54-
YUV235.7588.64141.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 38.48%
GREEN value IS 240 (94.14% from 255) = 36.36%
BLUE value IS 166 (65.23% from 255) = 25.15%
R=38.48%
G=36.36%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424016600.060.350.0050.4597.7882.35
HexFEF0A606230326252
Octal3763602460643062142122
Binary1111111011110000101001100110100011011001011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF0A6; }

 p { color: rgb(254,240,166); }

 H1.HeaderClassName
 {
   color: #FEF0A6;
 }
 .AnyTagClassName
 {
   color: #FEF0A6;
 }
</style>
background-color css

<style>
 a { background-color: #FEF0A6; }

 a { background-color: rgb(254,240,166); }

 div.DivClassName
 {
   background-color: #FEF0A6;
 }
 .BgClassName
 {
   background-color: #FEF0A6;
 }
</style>
border-color css

<style>
 span { border-color: #FEF0A6; }

 span { border-color: rgb(254,240,166); }

 td.TdClassName
 {
   border-color: #FEF0A6;
 }
 .TagClassName
 {
   border-color: #FEF0A6;
 }
</style>