Html Css Color HEX #F5C880 Cherokee

📋 copy color: '#F5C880'

red 245 ◦ green 200 ◦ blue 128

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

Shades of Cherokee #F5C880

Tints of Cherokee #F5C880

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.9%

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

R = 42.76%
G = 34.9%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F5C880 (or 0xF5C880) is known color: Cherokee. HEX triplet: F5, C8 and 80. RGB value is (245,200,128). Sum of RGB (Red+Green+Blue) = 245+200+128=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 128 (50.39% from 255 or 22.34% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C880 is #0A377F. Grayscale: #CDCDCD. Windows color (decimal): -669568 or 8440053. OLE color: 8440053.

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

Color convert

RGB 245 200 128 -
CMYK 0 0.18 0.48 0.04
HSL 36.92º 0.85% 0.73% -
HSV(B) 36.92º 0.48% 0.96% -
XYZ 62.21 62.28 29.16 -
YUV 205.25 84.41 156.35 -
System Red Green Blue C M Y K H S L
Decimal 245 200 128 0 0.18 0.48 0.04 36.92 0.85 0.73
Hex F5 C8 80 0 12 30 4 25 55 49
Octal 365 310 200 0 22 60 4 45 125 111
Binary 11110101 11001000 10000000 0 10010 110000 100 100101 1010101 1001001

Color Harmonies of #F5C880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C880

Black with #F5C880

Text Example


Text Example

White with #F5C880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C880; }

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

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

background-color css

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

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

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

border-color css

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

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

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