#F6C481

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

Shades of Cherokee #F6C481

Tints of Cherokee #F6C481

Color information

#F6C481 (or 0xF6C481) is unknown color: approx Cherokee. HEX triplet: F6, C4 and 81. RGB value is (246,196,129). Sum of RGB (Red+Green+Blue) = 246+196+129=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 129 (50.78% from 255 or 22.59% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C481 is #093B7E. Grayscale: #CBCBCB. Windows color (decimal): -605055 or 8504566. OLE color: 8504566.

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

Color convert

RGB246196129-
CMYK00.200.480.04
HSL34.36º86.67%73.53%-
HSV(B)34.36º47.56%96.47%-
XYZ61.7160.6629.22-
YUV203.3186.06158.45-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.08%
GREEN value IS 196 (76.95% from 255) = 34.33%
BLUE value IS 129 (50.78% from 255) = 22.59%
R=43.08%
G=34.33%
B=22.59%

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
Decimal24619612900.200.480.0434.3686.6773.53
HexF6C48101430422574a
Octal36630420102460442127112
Binary11110110110001001000000101010011000010010001010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C481; }

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

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

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

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

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

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

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

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