Html Css Color HEX #F8EDA2 Drover

📋 copy color: '#F8EDA2'

red 248 ◦ green 237 ◦ blue 162

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

Shades of Drover #F8EDA2

Tints of Drover #F8EDA2

RGB

 RED value IS 248 (97.27% from 255) = 38.33%

 GREEN value IS 237 (92.97% from 255) = 36.63%

 BLUE value IS 162 (63.67% from 255) = 25.04%

R = 38.33%
G = 36.63%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F8EDA2 (or 0xF8EDA2) is known color: Drover. HEX triplet: F8, ED and A2. RGB value is (248,237,162). Sum of RGB (Red+Green+Blue) = 248+237+162=647 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.33% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 162 (63.67% from 255 or 25.04% from 647); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EDA2 is #07125D. Grayscale: #E8E8E8. Windows color (decimal): -463454 or 10677752. OLE color: 10677752.

HSL color Cylindrical-coordinate representation of color #F8EDA2: hue angle of 52.33º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8EDA2 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 237 162 -
CMYK 0 0.04 0.35 0.03
HSL 52.33º 0.86% 0.8% -
HSV(B) 52.33º 0.35% 0.97% -
XYZ 75.52 83.13 46.25 -
YUV 231.74 88.64 139.6 -
System Red Green Blue C M Y K H S L
Decimal 248 237 162 0 0.04 0.35 0.03 52.33 0.86 0.8
Hex F8 ED A2 0 4 23 3 34 56 50
Octal 370 355 242 0 4 43 3 64 126 120
Binary 11111000 11101101 10100010 0 100 100011 11 110100 1010110 1010000

Color Harmonies of #F8EDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8EDA2

Black with #F8EDA2

Text Example


Text Example

White with #F8EDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8EDA2; }

 p { color: rgb(248,237,162); }

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

background-color css

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

 a { background-color: rgb(248,237,162); }

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

border-color css

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

 span { border-color: rgb(248,237,162); }

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