Html Css Color HEX #F8CE85 Cherokee

📋 copy color: '#F8CE85'

red 248 ◦ green 206 ◦ blue 133

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

Shades of Cherokee #F8CE85

Tints of Cherokee #F8CE85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.66%

R = 42.25%
G = 35.09%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F8CE85 (or 0xF8CE85) is known color: Cherokee. HEX triplet: F8, CE and 85. RGB value is (248,206,133). Sum of RGB (Red+Green+Blue) = 248+206+133=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 133 (52.34% from 255 or 22.66% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CE85 is #07317A. Grayscale: #D2D2D2. Windows color (decimal): -471419 or 8769272. OLE color: 8769272.

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

Color convert

RGB 248 206 133 -
CMYK 0 0.17 0.46 0.03
HSL 38.09º 0.89% 0.75% -
HSV(B) 38.09º 0.46% 0.97% -
XYZ 65.02 65.79 31.46 -
YUV 210.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 248 206 133 0 0.17 0.46 0.03 38.09 0.89 0.75
Hex F8 CE 85 0 11 2E 3 26 59 4B
Octal 370 316 205 0 21 56 3 46 131 113
Binary 11111000 11001110 10000101 0 10001 101110 11 100110 1011001 1001011

Color Harmonies of #F8CE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CE85

Black with #F8CE85

Text Example


Text Example

White with #F8CE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CE85; }

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

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

background-color css

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

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

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

border-color css

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

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

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