Html Css Color HEX #F8CE80 Cherokee

📋 copy color: '#F8CE80'

red 248 ◦ green 206 ◦ blue 128

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

Shades of Cherokee #F8CE80

Tints of Cherokee #F8CE80

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.4%

 BLUE value IS 128 (50.39% from 255) = 21.99%

R = 42.61%
G = 35.4%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F8CE80 (or 0xF8CE80) is known color: Cherokee. HEX triplet: F8, CE and 80. RGB value is (248,206,128). Sum of RGB (Red+Green+Blue) = 248+206+128=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 128 (50.39% from 255 or 21.99% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CE80 is #07317F. Grayscale: #D2D2D2. Windows color (decimal): -471424 or 8441592. OLE color: 8441592.

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

Color convert

RGB 248 206 128 -
CMYK 0 0.17 0.48 0.03
HSL 39º 0.9% 0.74% -
HSV(B) 39º 0.48% 0.97% -
XYZ 64.68 65.66 29.69 -
YUV 209.67 81.91 155.34 -
System Red Green Blue C M Y K H S L
Decimal 248 206 128 0 0.17 0.48 0.03 39 0.9 0.74
Hex F8 CE 80 0 11 30 3 27 5A 4A
Octal 370 316 200 0 21 60 3 47 132 112
Binary 11111000 11001110 10000000 0 10001 110000 11 100111 1011010 1001010

Color Harmonies of #F8CE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CE80

Black with #F8CE80

Text Example


Text Example

White with #F8CE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CE80; }

 p { color: rgb(248,206,128); }

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

background-color css

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

 a { background-color: rgb(248,206,128); }

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

border-color css

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

 span { border-color: rgb(248,206,128); }

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