Html Css Color HEX #F4CC85 Cherokee

📋 copy color: '#F4CC85'

red 244 ◦ green 204 ◦ blue 133

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

Shades of Cherokee #F4CC85

Tints of Cherokee #F4CC85

RGB

 RED value IS 244 (95.7% from 255) = 42%

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

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

R = 42%
G = 35.11%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F4CC85 (or 0xF4CC85) is known color: Cherokee. HEX triplet: F4, CC and 85. RGB value is (244,204,133). Sum of RGB (Red+Green+Blue) = 244+204+133=581 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.00% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 133 (52.34% from 255 or 22.89% from 581); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4CC85 is #0B337A. Grayscale: #D0D0D0. Windows color (decimal): -734075 or 8768756. OLE color: 8768756.

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

Color convert

RGB 244 204 133 -
CMYK 0 0.16 0.45 0.04
HSL 38.38º 0.83% 0.74% -
HSV(B) 38.38º 0.45% 0.96% -
XYZ 63.13 64.11 31.24 -
YUV 207.87 85.75 153.77 -
System Red Green Blue C M Y K H S L
Decimal 244 204 133 0 0.16 0.45 0.04 38.38 0.83 0.74
Hex F4 CC 85 0 10 2D 4 26 53 4A
Octal 364 314 205 0 20 55 4 46 123 112
Binary 11110100 11001100 10000101 0 10000 101101 100 100110 1010011 1001010

Color Harmonies of #F4CC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CC85

Black with #F4CC85

Text Example


Text Example

White with #F4CC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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