#F4E17F

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

Shades of Buff #F4E17F

Tints of Buff #F4E17F

Color information

#F4E17F (or 0xF4E17F) is unknown color: approx Buff. HEX triplet: F4, E1 and 7F. RGB value is (244,225,127). Sum of RGB (Red+Green+Blue) = 244+225+127=596 (78% of max value = 765). Red value is 244 (95.70% from 255 or 40.94% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 127 (50% from 255 or 21.31% from 596); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E17F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4E17F is #0B1E80. Grayscale: #DBDBDB. Windows color (decimal): -728705 or 8380916. OLE color: 8380916.

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

Color convert

RGB244225127-
CMYK00.080.480.04
HSL50.26º84.17%72.75%-
HSV(B)50.26º47.95%95.69%-
XYZ68.0674.6230.89-
YUV219.5175.79145.47-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.94%
GREEN value IS 225 (88.28% from 255) = 37.75%
BLUE value IS 127 (50% from 255) = 21.31%
R=40.94%
G=37.75%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422512700.080.480.0450.2684.1772.75
HexF4E17F08304325449
Octal36434117701060462124111
Binary111101001110000111111110100011000010011001010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E17F; }

 p { color: rgb(244,225,127); }

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

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

 a { background-color: rgb(244,225,127); }

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

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

 span { border-color: rgb(244,225,127); }

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