Html Css Color HEX #FEF0A5 Drover

📋 copy color: '#FEF0A5'

red 254 ◦ green 240 ◦ blue 165

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

Shades of Drover #FEF0A5

Tints of Drover #FEF0A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 25.04%

R = 38.54%
G = 36.42%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FEF0A5 (or 0xFEF0A5) is known color: Drover. HEX triplet: FE, F0 and A5. RGB value is (254,240,165). Sum of RGB (Red+Green+Blue) = 254+240+165=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 240 (94.14% from 255 or 36.42% from 659); Blue value is 165 (64.84% from 255 or 25.04% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF0A5 is #010F5A. Grayscale: #EBEBEB. Windows color (decimal): -69467 or 10875134. OLE color: 10875134.

HSL color Cylindrical-coordinate representation of color #FEF0A5: hue angle of 50.56º 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 #FEF0A5 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 240 165 -
CMYK 0 0.06 0.35 0.00
HSL 50.56º 0.98% 0.82% -
HSV(B) 50.56º 0.35% 1% -
XYZ 78.82 86.11 48.06 -
YUV 235.64 88.14 141.1 -
System Red Green Blue C M Y K H S L
Decimal 254 240 165 0 0.06 0.35 0.00 50.56 0.98 0.82
Hex FE F0 A5 0 6 23 0 33 62 52
Octal 376 360 245 0 6 43 0 63 142 122
Binary 11111110 11110000 10100101 0 110 100011 0 110011 1100010 1010010

Color Harmonies of #FEF0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF0A5

Black with #FEF0A5

Text Example


Text Example

White with #FEF0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF0A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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