#F1D385

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

Shades of Cherokee #F1D385

Tints of Cherokee #F1D385

Color information

#F1D385 (or 0xF1D385) is unknown color: approx Cherokee. HEX triplet: F1, D3 and 85. RGB value is (241,211,133). Sum of RGB (Red+Green+Blue) = 241+211+133=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 133 (52.34% from 255 or 22.74% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D385 is #0E2C7A. Grayscale: #D3D3D3. Windows color (decimal): -928891 or 8770545. OLE color: 8770545.

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

Color convert

RGB241211133-
CMYK00.120.450.05
HSL43.33º79.41%73.33%-
HSV(B)43.33º44.81%94.51%-
XYZ63.866.9831.76-
YUV211.0883.94149.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.20%
GREEN value IS 211 (82.81% from 255) = 36.07%
BLUE value IS 133 (52.34% from 255) = 22.74%
R=41.20%
G=36.07%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121113300.120.450.0543.3379.4173.33
HexF1D3850C2D52b4f49
Octal36132320501455553117111
Binary1111000111010011100001010110010110110110101110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D385; }

 p { color: rgb(241,211,133); }

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

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

 a { background-color: rgb(241,211,133); }

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

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

 span { border-color: rgb(241,211,133); }

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