Html Css Color HEX #FEF0A8 Drover

📋 copy color: '#FEF0A8'

red 254 ◦ green 240 ◦ blue 168

#FEF0A8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Drover #FEF0A8

Tints of Drover #FEF0A8

RGB

 RED value IS 254 (99.61% from 255) = 38.37%

 GREEN value IS 240 (94.14% from 255) = 36.25%

 BLUE value IS 168 (66.02% from 255) = 25.38%

R = 38.37%
G = 36.25%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FEF0A8 (or 0xFEF0A8) is known color: Drover. HEX triplet: FE, F0 and A8. RGB value is (254,240,168). Sum of RGB (Red+Green+Blue) = 254+240+168=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 168 (66.02% from 255 or 25.38% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF0A8 is #010F57. Grayscale: #ECECEC. Windows color (decimal): -69464 or 11071742. OLE color: 11071742.

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

Color convert

RGB 254 240 168 -
CMYK 0 0.06 0.34 0.00
HSL 50.23º 0.98% 0.83% -
HSV(B) 50.23º 0.34% 1% -
XYZ 79.1 86.22 49.52 -
YUV 235.98 89.64 140.85 -
System Red Green Blue C M Y K H S L
Decimal 254 240 168 0 0.06 0.34 0.00 50.23 0.98 0.83
Hex FE F0 A8 0 6 22 0 32 62 53
Octal 376 360 250 0 6 42 0 62 142 123
Binary 11111110 11110000 10101000 0 110 100010 0 110010 1100010 1010011

Color Harmonies of #FEF0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF0A8

Black with #FEF0A8

Text Example


Text Example

White with #FEF0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF0A8; }

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

 H1.HeaderClassName
 {
   color: #FEF0A8;
 }
 .AnyTagClassName
 {
   color: #FEF0A8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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