Html Css Color HEX #F5CC85 Cherokee

📋 copy color: '#F5CC85'

red 245 ◦ green 204 ◦ blue 133

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

Shades of Cherokee #F5CC85

Tints of Cherokee #F5CC85

RGB

 RED value IS 245 (96.09% from 255) = 42.1%

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

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

R = 42.1%
G = 35.05%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F5CC85 (or 0xF5CC85) is known color: Cherokee. HEX triplet: F5, CC and 85. RGB value is (245,204,133). Sum of RGB (Red+Green+Blue) = 245+204+133=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 133 (52.34% from 255 or 22.85% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CC85 is #0A337A. Grayscale: #D0D0D0. Windows color (decimal): -668539 or 8768757. OLE color: 8768757.

HSL color Cylindrical-coordinate representation of color #F5CC85: hue angle of 38.04º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F5CC85 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 204 133 -
CMYK 0 0.17 0.46 0.04
HSL 38.04º 0.85% 0.74% -
HSV(B) 38.04º 0.46% 0.96% -
XYZ 63.48 64.29 31.25 -
YUV 208.17 85.58 154.27 -
System Red Green Blue C M Y K H S L
Decimal 245 204 133 0 0.17 0.46 0.04 38.04 0.85 0.74
Hex F5 CC 85 0 11 2E 4 26 55 4A
Octal 365 314 205 0 21 56 4 46 125 112
Binary 11110101 11001100 10000101 0 10001 101110 100 100110 1010101 1001010

Color Harmonies of #F5CC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CC85

Black with #F5CC85

Text Example


Text Example

White with #F5CC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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