#F5C48B

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

Shades of Cherokee #F5C48B

Tints of Cherokee #F5C48B

Color information

#F5C48B (or 0xF5C48B) is unknown color: approx Cherokee. HEX triplet: F5, C4 and 8B. RGB value is (245,196,139). Sum of RGB (Red+Green+Blue) = 245+196+139=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 196 (76.95% from 255 or 33.79% from 580); Blue value is 139 (54.69% from 255 or 23.97% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C48B is #0A3B74. Grayscale: #CCCCCC. Windows color (decimal): -670581 or 9159925. OLE color: 9159925.

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

Color convert

RGB245196139-
CMYK00.20.430.04
HSL32.26º84.13%75.29%-
HSV(B)32.26º43.27%96.08%-
XYZ62.0660.7632.88-
YUV204.1591.23157.13-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.24%
GREEN value IS 196 (76.95% from 255) = 33.79%
BLUE value IS 139 (54.69% from 255) = 23.97%
R=42.24%
G=33.79%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519613900.20.430.0432.2684.1375.29
HexF5C48B0142B420544b
Octal36530421302453440124113
Binary11110101110001001000101101010010101110010000010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C48B; }

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

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

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

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

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

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

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

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