#F6CD7F

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

Shades of Cherokee #F6CD7F

Tints of Cherokee #F6CD7F

Color information

#F6CD7F (or 0xF6CD7F) is unknown color: approx Cherokee. HEX triplet: F6, CD and 7F. RGB value is (246,205,127). Sum of RGB (Red+Green+Blue) = 246+205+127=578 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.56% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 127 (50% from 255 or 21.97% from 578); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CD7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CD7F is #093280. Grayscale: #D0D0D0. Windows color (decimal): -602753 or 8375798. OLE color: 8375798.

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

Color convert

RGB246205127-
CMYK00.170.480.04
HSL39.33º86.86%73.14%-
HSV(B)39.33º48.37%96.47%-
XYZ63.6764.7929.23-
YUV208.3782.08154.84-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.56%
GREEN value IS 205 (80.47% from 255) = 35.47%
BLUE value IS 127 (50% from 255) = 21.97%
R=42.56%
G=35.47%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620512700.170.480.0439.3386.8673.14
HexF6CD7F011304275749
Octal36631517702160447127111
Binary1111011011001101111111101000111000010010011110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CD7F; }

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

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

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

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

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

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

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

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