Html Css Color HEX #F8CE82 Cherokee

📋 copy color: '#F8CE82'

red 248 ◦ green 206 ◦ blue 130

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

Shades of Cherokee #F8CE82

Tints of Cherokee #F8CE82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.26%

R = 42.47%
G = 35.27%
B = 22.26%

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

#F8CE82 (or 0xF8CE82) is known color: Cherokee. HEX triplet: F8, CE and 82. RGB value is (248,206,130). Sum of RGB (Red+Green+Blue) = 248+206+130=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 130 (51.17% from 255 or 22.26% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CE82 is #07317D. Grayscale: #D2D2D2. Windows color (decimal): -471422 or 8572664. OLE color: 8572664.

HSL color Cylindrical-coordinate representation of color #F8CE82: hue angle of 38.64º degrees, saturation: 0.89, 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 #F8CE82 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 206 130 -
CMYK 0 0.17 0.48 0.03
HSL 38.64º 0.89% 0.74% -
HSV(B) 38.64º 0.48% 0.97% -
XYZ 64.81 65.71 30.39 -
YUV 209.89 82.91 155.18 -
System Red Green Blue C M Y K H S L
Decimal 248 206 130 0 0.17 0.48 0.03 38.64 0.89 0.74
Hex F8 CE 82 0 11 30 3 27 59 4A
Octal 370 316 202 0 21 60 3 47 131 112
Binary 11111000 11001110 10000010 0 10001 110000 11 100111 1011001 1001010

Color Harmonies of #F8CE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CE82

Black with #F8CE82

Text Example


Text Example

White with #F8CE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CE82; }

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

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

background-color css

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

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

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

border-color css

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

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

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