#F5C280

Color #F5C280 Cherokee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherokee #F5C280

Tints of Cherokee #F5C280

Color information

#F5C280 (or 0xF5C280) is unknown color: approx Cherokee. HEX triplet: F5, C2 and 80. RGB value is (245,194,128). Sum of RGB (Red+Green+Blue) = 245+194+128=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 128 (50.39% from 255 or 22.57% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C280 is #0A3D7F. Grayscale: #CACACA. Windows color (decimal): -671104 or 8438517. OLE color: 8438517.

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

Color convert

RGB245194128-
CMYK00.210.480.04
HSL33.85º85.4%73.14%-
HSV(B)33.85º47.76%96.08%-
XYZ60.8459.5528.71-
YUV201.7286.4158.87-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.21%
GREEN value IS 194 (76.17% from 255) = 34.22%
BLUE value IS 128 (50.39% from 255) = 22.57%
R=43.21%
G=34.22%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519412800.210.480.0433.8585.473.14
HexF5C280015304225549
Octal36530220002560442125111
Binary11110101110000101000000001010111000010010001010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C280; }

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

 H1.HeaderClassName
 {
   color: #F5C280;
 }
 .AnyTagClassName
 {
   color: #F5C280;
 }
</style>
background-color css

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

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

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

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

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

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