#F5C381

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

Shades of Cherokee #F5C381

Tints of Cherokee #F5C381

Color information

#F5C381 (or 0xF5C381) is unknown color: approx Cherokee. HEX triplet: F5, C3 and 81. RGB value is (245,195,129). Sum of RGB (Red+Green+Blue) = 245+195+129=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 129 (50.78% from 255 or 22.67% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C381 is #0A3C7E. Grayscale: #CACACA. Windows color (decimal): -670847 or 8504309. OLE color: 8504309.

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

Color convert

RGB245195129-
CMYK00.200.470.04
HSL34.14º85.29%73.33%-
HSV(B)34.14º47.35%96.08%-
XYZ61.1360.0329.13-
YUV202.4386.56158.37-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.06%
GREEN value IS 195 (76.56% from 255) = 34.27%
BLUE value IS 129 (50.78% from 255) = 22.67%
R=43.06%
G=34.27%
B=22.67%

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
Decimal24519512900.200.470.0434.1485.2973.33
HexF5C3810142F4225549
Octal36530320102457442125111
Binary11110101110000111000000101010010111110010001010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C381; }

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

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

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

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

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

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

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

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