#F3CD85

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

Shades of Cherokee #F3CD85

Tints of Cherokee #F3CD85

Color information

#F3CD85 (or 0xF3CD85) is unknown color: approx Cherokee. HEX triplet: F3, CD and 85. RGB value is (243,205,133). Sum of RGB (Red+Green+Blue) = 243+205+133=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 133 (52.34% from 255 or 22.89% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3CD85 is #0C327A. Grayscale: #D0D0D0. Windows color (decimal): -799355 or 8769011. OLE color: 8769011.

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

Color convert

RGB243205133-
CMYK00.160.450.05
HSL39.27º82.09%73.73%-
HSV(B)39.27º45.27%95.29%-
XYZ63.0364.4131.3-
YUV208.1585.59152.85-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.82%
GREEN value IS 205 (80.47% from 255) = 35.28%
BLUE value IS 133 (52.34% from 255) = 22.89%
R=41.82%
G=35.28%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320513300.160.450.0539.2782.0973.73
HexF3CD850102D527524a
Octal36331520502055547122112
Binary11110011110011011000010101000010110110110011110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CD85; }

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

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

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

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

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

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

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

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