#F3D086

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

Shades of Cherokee #F3D086

Tints of Cherokee #F3D086

Color information

#F3D086 (or 0xF3D086) is unknown color: approx Cherokee. HEX triplet: F3, D0 and 86. RGB value is (243,208,134). Sum of RGB (Red+Green+Blue) = 243+208+134=585 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.54% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 134 (52.73% from 255 or 22.91% from 585); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D086 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D086 is #0C2F79. Grayscale: #D2D2D2. Windows color (decimal): -798586 or 8835315. OLE color: 8835315.

HSL color Cylindrical-coordinate representation of color #F3D086: hue angle of 40.73º 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 #F3D086 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB243208134-
CMYK00.140.450.05
HSL40.73º81.95%73.92%-
HSV(B)40.73º44.86%95.29%-
XYZ63.8265.8931.91-
YUV210.0385.1151.52-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.54%
GREEN value IS 208 (81.64% from 255) = 35.56%
BLUE value IS 134 (52.73% from 255) = 22.91%
R=41.54%
G=35.56%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320813400.140.450.0540.7381.9573.92
HexF3D0860E2D529524a
Octal36332020601655551122112
Binary1111001111010000100001100111010110110110100110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D086; }

 p { color: rgb(243,208,134); }

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

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

 a { background-color: rgb(243,208,134); }

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

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

 span { border-color: rgb(243,208,134); }

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