#F6DD7F

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

Shades of Buff #F6DD7F

Tints of Buff #F6DD7F

Color information

#F6DD7F (or 0xF6DD7F) is unknown color: approx Buff. HEX triplet: F6, DD and 7F. RGB value is (246,221,127). Sum of RGB (Red+Green+Blue) = 246+221+127=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 127 (50% from 255 or 21.38% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DD7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DD7F is #092280. Grayscale: #DADADA. Windows color (decimal): -598657 or 8379894. OLE color: 8379894.

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

Color convert

RGB246221127-
CMYK00.100.480.04
HSL47.39º86.86%73.14%-
HSV(B)47.39º48.37%96.47%-
XYZ67.6972.8430.57-
YUV217.7676.78148.14-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.41%
GREEN value IS 221 (86.72% from 255) = 37.21%
BLUE value IS 127 (50% from 255) = 21.38%
R=41.41%
G=37.21%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622112700.100.480.0447.3986.8673.14
HexF6DD7F0A3042f5749
Octal36633517701260457127111
Binary111101101101110111111110101011000010010111110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DD7F; }

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

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

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

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

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

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

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

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