Html Css Color HEX #F8CB7E Cherokee

📋 copy color: '#F8CB7E'

red 248 ◦ green 203 ◦ blue 126

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

Shades of Cherokee #F8CB7E

Tints of Cherokee #F8CB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.84%

R = 42.98%
G = 35.18%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F8CB7E (or 0xF8CB7E) is known color: Cherokee. HEX triplet: F8, CB and 7E. RGB value is (248,203,126). Sum of RGB (Red+Green+Blue) = 248+203+126=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 126 (49.61% from 255 or 21.84% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CB7E is #073481. Grayscale: #D0D0D0. Windows color (decimal): -472194 or 8309752. OLE color: 8309752.

HSL color Cylindrical-coordinate representation of color #F8CB7E: hue angle of 37.87º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F8CB7E is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 203 126 -
CMYK 0 0.18 0.49 0.03
HSL 37.87º 0.9% 0.73% -
HSV(B) 37.87º 0.49% 0.97% -
XYZ 63.83 64.17 28.76 -
YUV 207.68 81.91 156.76 -
System Red Green Blue C M Y K H S L
Decimal 248 203 126 0 0.18 0.49 0.03 37.87 0.9 0.73
Hex F8 CB 7E 0 12 31 3 26 5A 49
Octal 370 313 176 0 22 61 3 46 132 111
Binary 11111000 11001011 1111110 0 10010 110001 11 100110 1011010 1001001

Color Harmonies of #F8CB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CB7E

Black with #F8CB7E

Text Example


Text Example

White with #F8CB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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