Html Css Color HEX #F8CC85 Cherokee

📋 copy color: '#F8CC85'

red 248 ◦ green 204 ◦ blue 133

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

Shades of Cherokee #F8CC85

Tints of Cherokee #F8CC85

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.87%

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

R = 42.39%
G = 34.87%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F8CC85 (or 0xF8CC85) is known color: Cherokee. HEX triplet: F8, CC and 85. RGB value is (248,204,133). Sum of RGB (Red+Green+Blue) = 248+204+133=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 133 (52.34% from 255 or 22.74% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CC85 is #07337A. Grayscale: #D1D1D1. Windows color (decimal): -471931 or 8768760. OLE color: 8768760.

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

Color convert

RGB 248 204 133 -
CMYK 0 0.18 0.46 0.03
HSL 37.04º 0.89% 0.75% -
HSV(B) 37.04º 0.46% 0.97% -
XYZ 64.54 64.84 31.3 -
YUV 209.06 85.08 155.77 -
System Red Green Blue C M Y K H S L
Decimal 248 204 133 0 0.18 0.46 0.03 37.04 0.89 0.75
Hex F8 CC 85 0 12 2E 3 25 59 4B
Octal 370 314 205 0 22 56 3 45 131 113
Binary 11111000 11001100 10000101 0 10010 101110 11 100101 1011001 1001011

Color Harmonies of #F8CC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CC85

Black with #F8CC85

Text Example


Text Example

White with #F8CC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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