#F5C488

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

Shades of Cherokee #F5C488

Tints of Cherokee #F5C488

Color information

#F5C488 (or 0xF5C488) is unknown color: approx Cherokee. HEX triplet: F5, C4 and 88. RGB value is (245,196,136). Sum of RGB (Red+Green+Blue) = 245+196+136=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 196 (76.95% from 255 or 33.97% from 577); Blue value is 136 (53.52% from 255 or 23.57% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C488 is #0A3B77. Grayscale: #CCCCCC. Windows color (decimal): -670584 or 8963317. OLE color: 8963317.

HSL color Cylindrical-coordinate representation of color #F5C488: hue angle of 33.03º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5C488 is Cyan = 0, Magento = 0.2, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB245196136-
CMYK00.20.440.04
HSL33.03º84.5%74.71%-
HSV(B)33.03º44.49%96.08%-
XYZ61.8460.6731.74-
YUV203.8189.73157.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.46%
GREEN value IS 196 (76.95% from 255) = 33.97%
BLUE value IS 136 (53.52% from 255) = 23.57%
R=42.46%
G=33.97%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519613600.20.440.0433.0384.574.71
HexF5C4880142C421544b
Octal36530421002454441124113
Binary11110101110001001000100001010010110010010000110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C488; }

 p { color: rgb(245,196,136); }

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

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

 a { background-color: rgb(245,196,136); }

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

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

 span { border-color: rgb(245,196,136); }

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