Html Css Color HEX #F5CB80 Cherokee

📋 copy color: '#F5CB80'

red 245 ◦ green 203 ◦ blue 128

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

Shades of Cherokee #F5CB80

Tints of Cherokee #F5CB80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.22%

R = 42.53%
G = 35.24%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F5CB80 (or 0xF5CB80) is known color: Cherokee. HEX triplet: F5, CB and 80. RGB value is (245,203,128). Sum of RGB (Red+Green+Blue) = 245+203+128=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 128 (50.39% from 255 or 22.22% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CB80 is #0A347F. Grayscale: #CFCFCF. Windows color (decimal): -668800 or 8440821. OLE color: 8440821.

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

Color convert

RGB 245 203 128 -
CMYK 0 0.17 0.48 0.04
HSL 38.46º 0.85% 0.73% -
HSV(B) 38.46º 0.48% 0.96% -
XYZ 62.91 63.68 29.4 -
YUV 207.01 83.41 155.1 -
System Red Green Blue C M Y K H S L
Decimal 245 203 128 0 0.17 0.48 0.04 38.46 0.85 0.73
Hex F5 CB 80 0 11 30 4 26 55 49
Octal 365 313 200 0 21 60 4 46 125 111
Binary 11110101 11001011 10000000 0 10001 110000 100 100110 1010101 1001001

Color Harmonies of #F5CB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CB80

Black with #F5CB80

Text Example


Text Example

White with #F5CB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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