Html Css Color HEX #F8D08A Cherokee

📋 copy color: '#F8D08A'

red 248 ◦ green 208 ◦ blue 138

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

Shades of Cherokee #F8D08A

Tints of Cherokee #F8D08A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.02%

 BLUE value IS 138 (54.3% from 255) = 23.23%

R = 41.75%
G = 35.02%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8D08A (or 0xF8D08A) is known color: Cherokee. HEX triplet: F8, D0 and 8A. RGB value is (248,208,138). Sum of RGB (Red+Green+Blue) = 248+208+138=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 138 (54.30% from 255 or 23.23% from 594); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D08A is #072F75. Grayscale: #D4D4D4. Windows color (decimal): -470902 or 9097464. OLE color: 9097464.

HSL color Cylindrical-coordinate representation of color #F8D08A: hue angle of 38.18º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8D08A is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 208 138 -
CMYK 0 0.16 0.44 0.03
HSL 38.18º 0.89% 0.76% -
HSV(B) 38.18º 0.44% 0.97% -
XYZ 65.85 66.9 33.49 -
YUV 211.98 86.25 153.69 -
System Red Green Blue C M Y K H S L
Decimal 248 208 138 0 0.16 0.44 0.03 38.18 0.89 0.76
Hex F8 D0 8A 0 10 2C 3 26 59 4C
Octal 370 320 212 0 20 54 3 46 131 114
Binary 11111000 11010000 10001010 0 10000 101100 11 100110 1011001 1001100

Color Harmonies of #F8D08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D08A

Black with #F8D08A

Text Example


Text Example

White with #F8D08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D08A; }

 p { color: rgb(248,208,138); }

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

background-color css

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

 a { background-color: rgb(248,208,138); }

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

border-color css

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

 span { border-color: rgb(248,208,138); }

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