#F4CA90

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

Shades of Cherokee #F4CA90

Tints of Cherokee #F4CA90

Color information

#F4CA90 (or 0xF4CA90) is unknown color: approx Cherokee. HEX triplet: F4, CA and 90. RGB value is (244,202,144). Sum of RGB (Red+Green+Blue) = 244+202+144=590 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.36% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 144 (56.64% from 255 or 24.41% from 590); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4CA90 is #0B356F. Grayscale: #D0D0D0. Windows color (decimal): -734576 or 9489140. OLE color: 9489140.

HSL color Cylindrical-coordinate representation of color #F4CA90: hue angle of 34.8º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F4CA90 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB244202144-
CMYK00.170.410.04
HSL34.8º81.97%76.08%-
HSV(B)34.8º40.98%95.69%-
XYZ63.4663.4935.3-
YUV207.9591.91153.72-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.36%
GREEN value IS 202 (79.30% from 255) = 34.24%
BLUE value IS 144 (56.64% from 255) = 24.41%
R=41.36%
G=34.24%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420214400.170.410.0434.881.9776.08
HexF4CA9001129423524c
Octal36431222002151443122114
Binary11110100110010101001000001000110100110010001110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CA90; }

 p { color: rgb(244,202,144); }

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

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

 a { background-color: rgb(244,202,144); }

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

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

 span { border-color: rgb(244,202,144); }

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