#FEF1A2

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

Shades of Drover #FEF1A2

Tints of Drover #FEF1A2

Color information

#FEF1A2 (or 0xFEF1A2) is unknown color: approx Drover. HEX triplet: FE, F1 and A2. RGB value is (254,241,162). Sum of RGB (Red+Green+Blue) = 254+241+162=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 241 (94.53% from 255 or 36.68% from 657); Blue value is 162 (63.67% from 255 or 24.66% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF1A2 is #010E5D. Grayscale: #ECECEC. Windows color (decimal): -69214 or 10678782. OLE color: 10678782.

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

Color convert

RGB254241162-
CMYK00.050.360.00
HSL51.52º97.87%81.57%-
HSV(B)51.52º36.22%99.61%-
XYZ78.8586.5946.74-
YUV235.8886.31140.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.66%
GREEN value IS 241 (94.53% from 255) = 36.68%
BLUE value IS 162 (63.67% from 255) = 24.66%
R=38.66%
G=36.68%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424116200.050.360.0051.5297.8781.57
HexFEF1A205240346252
Octal3763612420544064142122
Binary1111111011110001101000100101100100011010011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF1A2; }

 p { color: rgb(254,241,162); }

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

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

 a { background-color: rgb(254,241,162); }

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

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

 span { border-color: rgb(254,241,162); }

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