#F5CD90

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

Shades of Cherokee #F5CD90

Tints of Cherokee #F5CD90

Color information

#F5CD90 (or 0xF5CD90) is unknown color: approx Cherokee. HEX triplet: F5, CD and 90. RGB value is (245,205,144). Sum of RGB (Red+Green+Blue) = 245+205+144=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 144 (56.64% from 255 or 24.24% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CD90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CD90 is #0A326F. Grayscale: #D2D2D2. Windows color (decimal): -668272 or 9489909. OLE color: 9489909.

HSL color Cylindrical-coordinate representation of color #F5CD90: hue angle of 36.24º degrees, saturation: 0.83, 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 #F5CD90 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB245205144-
CMYK00.160.410.04
HSL36.24º83.47%76.27%-
HSV(B)36.24º41.22%96.08%-
XYZ64.5265.0935.55-
YUV210.0190.75152.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.25%
GREEN value IS 205 (80.47% from 255) = 34.51%
BLUE value IS 144 (56.64% from 255) = 24.24%
R=41.25%
G=34.51%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520514400.160.410.0436.2483.4776.27
HexF5CD9001029424534c
Octal36531522002051444123114
Binary11110101110011011001000001000010100110010010010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CD90; }

 p { color: rgb(245,205,144); }

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

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

 a { background-color: rgb(245,205,144); }

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

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

 span { border-color: rgb(245,205,144); }

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