#F5C382

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

Shades of Cherokee #F5C382

Tints of Cherokee #F5C382

Color information

#F5C382 (or 0xF5C382) is unknown color: approx Cherokee. HEX triplet: F5, C3 and 82. RGB value is (245,195,130). Sum of RGB (Red+Green+Blue) = 245+195+130=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 130 (51.17% from 255 or 22.81% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C382 is #0A3C7D. Grayscale: #CACACA. Windows color (decimal): -670846 or 8569845. OLE color: 8569845.

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

Color convert

RGB245195130-
CMYK00.200.470.04
HSL33.91º85.19%73.53%-
HSV(B)33.91º46.94%96.08%-
XYZ61.260.0529.49-
YUV202.5487.06158.29-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.98%
GREEN value IS 195 (76.56% from 255) = 34.21%
BLUE value IS 130 (51.17% from 255) = 22.81%
R=42.98%
G=34.21%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519513000.200.470.0433.9185.1973.53
HexF5C3820142F422554a
Octal36530320202457442125112
Binary11110101110000111000001001010010111110010001010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C382; }

 p { color: rgb(245,195,130); }

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

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

 a { background-color: rgb(245,195,130); }

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

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

 span { border-color: rgb(245,195,130); }

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