#F4CD85

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

Shades of Cherokee #F4CD85

Tints of Cherokee #F4CD85

Color information

#F4CD85 (or 0xF4CD85) is unknown color: approx Cherokee. HEX triplet: F4, CD and 85. RGB value is (244,205,133). Sum of RGB (Red+Green+Blue) = 244+205+133=582 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.92% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 133 (52.34% from 255 or 22.85% from 582); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4CD85 is #0B327A. Grayscale: #D0D0D0. Windows color (decimal): -733819 or 8769012. OLE color: 8769012.

HSL color Cylindrical-coordinate representation of color #F4CD85: hue angle of 38.92º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F4CD85 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB244205133-
CMYK00.160.450.04
HSL38.92º83.46%73.92%-
HSV(B)38.92º45.49%95.69%-
XYZ63.3764.5931.32-
YUV208.4585.42153.35-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.92%
GREEN value IS 205 (80.47% from 255) = 35.22%
BLUE value IS 133 (52.34% from 255) = 22.85%
R=41.92%
G=35.22%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420513300.160.450.0438.9283.4673.92
HexF4CD850102D427534a
Octal36431520502055447123112
Binary11110100110011011000010101000010110110010011110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CD85; }

 p { color: rgb(244,205,133); }

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

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

 a { background-color: rgb(244,205,133); }

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

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

 span { border-color: rgb(244,205,133); }

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