#F6CF7F

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

Shades of Cherokee #F6CF7F

Tints of Cherokee #F6CF7F

Color information

#F6CF7F (or 0xF6CF7F) is unknown color: approx Cherokee. HEX triplet: F6, CF and 7F. RGB value is (246,207,127). Sum of RGB (Red+Green+Blue) = 246+207+127=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 127 (50% from 255 or 21.90% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CF7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CF7F is #093080. Grayscale: #D1D1D1. Windows color (decimal): -602241 or 8376310. OLE color: 8376310.

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

Color convert

RGB246207127-
CMYK00.160.480.04
HSL40.34º86.86%73.14%-
HSV(B)40.34º48.37%96.47%-
XYZ64.1565.7529.39-
YUV209.5481.42154-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.41%
GREEN value IS 207 (81.25% from 255) = 35.69%
BLUE value IS 127 (50% from 255) = 21.90%
R=42.41%
G=35.69%
B=21.90%

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
Decimal24620712700.160.480.0440.3486.8673.14
HexF6CF7F010304285749
Octal36631717702060450127111
Binary1111011011001111111111101000011000010010100010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CF7F; }

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

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

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

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

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

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

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

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