Html Css Color HEX #F5CB84 Cherokee

📋 copy color: '#F5CB84'

red 245 ◦ green 203 ◦ blue 132

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

Shades of Cherokee #F5CB84

Tints of Cherokee #F5CB84

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35%

 BLUE value IS 132 (51.95% from 255) = 22.76%

R = 42.24%
G = 35%
B = 22.76%

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

#F5CB84 (or 0xF5CB84) is known color: Cherokee. HEX triplet: F5, CB and 84. RGB value is (245,203,132). Sum of RGB (Red+Green+Blue) = 245+203+132=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 132 (51.95% from 255 or 22.76% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CB84 is #0A347B. Grayscale: #CFCFCF. Windows color (decimal): -668796 or 8702965. OLE color: 8702965.

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

Color convert

RGB 245 203 132 -
CMYK 0 0.17 0.46 0.04
HSL 37.7º 0.85% 0.74% -
HSV(B) 37.7º 0.46% 0.96% -
XYZ 63.18 63.79 30.81 -
YUV 207.46 85.41 154.77 -
System Red Green Blue C M Y K H S L
Decimal 245 203 132 0 0.17 0.46 0.04 37.7 0.85 0.74
Hex F5 CB 84 0 11 2E 4 26 55 4A
Octal 365 313 204 0 21 56 4 46 125 112
Binary 11110101 11001011 10000100 0 10001 101110 100 100110 1010101 1001010

Color Harmonies of #F5CB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CB84

Black with #F5CB84

Text Example


Text Example

White with #F5CB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CB84; }

 p { color: rgb(245,203,132); }

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

background-color css

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

 a { background-color: rgb(245,203,132); }

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

border-color css

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

 span { border-color: rgb(245,203,132); }

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