Html Css Color HEX #F8CB8C Cherokee

📋 copy color: '#F8CB8C'

red 248 ◦ green 203 ◦ blue 140

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

Shades of Cherokee #F8CB8C

Tints of Cherokee #F8CB8C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.35%

 BLUE value IS 140 (55.08% from 255) = 23.69%

R = 41.96%
G = 34.35%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8CB8C (or 0xF8CB8C) is known color: Cherokee. HEX triplet: F8, CB and 8C. RGB value is (248,203,140). Sum of RGB (Red+Green+Blue) = 248+203+140=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 140 (55.08% from 255 or 23.69% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CB8C is #073473. Grayscale: #D1D1D1. Windows color (decimal): -472180 or 9227256. OLE color: 9227256.

HSL color Cylindrical-coordinate representation of color #F8CB8C: hue angle of 35º 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 #F8CB8C is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 203 140 -
CMYK 0 0.18 0.44 0.03
HSL 35º 0.89% 0.76% -
HSV(B) 35º 0.44% 0.97% -
XYZ 64.8 64.56 33.86 -
YUV 209.27 88.91 155.62 -
System Red Green Blue C M Y K H S L
Decimal 248 203 140 0 0.18 0.44 0.03 35 0.89 0.76
Hex F8 CB 8C 0 12 2C 3 23 59 4C
Octal 370 313 214 0 22 54 3 43 131 114
Binary 11111000 11001011 10001100 0 10010 101100 11 100011 1011001 1001100

Color Harmonies of #F8CB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CB8C

Black with #F8CB8C

Text Example


Text Example

White with #F8CB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CB8C; }

 p { color: rgb(248,203,140); }

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

background-color css

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

 a { background-color: rgb(248,203,140); }

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

border-color css

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

 span { border-color: rgb(248,203,140); }

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