#F6CE7F

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

Shades of Cherokee #F6CE7F

Tints of Cherokee #F6CE7F

Color information

#F6CE7F (or 0xF6CE7F) is unknown color: approx Cherokee. HEX triplet: F6, CE and 7F. RGB value is (246,206,127). Sum of RGB (Red+Green+Blue) = 246+206+127=579 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.49% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 127 (50% from 255 or 21.93% from 579); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CE7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CE7F is #093180. Grayscale: #D1D1D1. Windows color (decimal): -602497 or 8376054. OLE color: 8376054.

HSL color Cylindrical-coordinate representation of color #F6CE7F: hue angle of 39.83º 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 #F6CE7F is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB246206127-
CMYK00.160.480.04
HSL39.83º86.86%73.14%-
HSV(B)39.83º48.37%96.47%-
XYZ63.9165.2729.31-
YUV208.9581.75154.42-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.49%
GREEN value IS 206 (80.86% from 255) = 35.58%
BLUE value IS 127 (50% from 255) = 21.93%
R=42.49%
G=35.58%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620612700.160.480.0439.8386.8673.14
HexF6CE7F010304285749
Octal36631617702060450127111
Binary1111011011001110111111101000011000010010100010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CE7F; }

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

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

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

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

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

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

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

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