#F6C47F

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

Shades of Cherokee #F6C47F

Tints of Cherokee #F6C47F

Color information

#F6C47F (or 0xF6C47F) is unknown color: approx Cherokee. HEX triplet: F6, C4 and 7F. RGB value is (246,196,127). Sum of RGB (Red+Green+Blue) = 246+196+127=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 196 (76.95% from 255 or 34.45% from 569); Blue value is 127 (50% from 255 or 22.32% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C47F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C47F is #093B80. Grayscale: #CBCBCB. Windows color (decimal): -605057 or 8373494. OLE color: 8373494.

HSL color Cylindrical-coordinate representation of color #F6C47F: hue angle of 34.79º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F6C47F is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB246196127-
CMYK00.200.480.04
HSL34.79º86.86%73.14%-
HSV(B)34.79º48.37%96.47%-
XYZ61.5860.628.53-
YUV203.0885.06158.61-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.23%
GREEN value IS 196 (76.95% from 255) = 34.45%
BLUE value IS 127 (50% from 255) = 22.32%
R=43.23%
G=34.45%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619612700.200.480.0434.7986.8673.14
HexF6C47F014304235749
Octal36630417702460443127111
Binary1111011011000100111111101010011000010010001110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C47F; }

 p { color: rgb(246,196,127); }

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

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

 a { background-color: rgb(246,196,127); }

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

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

 span { border-color: rgb(246,196,127); }

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