#F4E085

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

Shades of Buff #F4E085

Tints of Buff #F4E085

Color information

#F4E085 (or 0xF4E085) is unknown color: approx Buff. HEX triplet: F4, E0 and 85. RGB value is (244,224,133). Sum of RGB (Red+Green+Blue) = 244+224+133=601 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.60% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 133 (52.34% from 255 or 22.13% from 601); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4E085 is #0B1F7A. Grayscale: #DBDBDB. Windows color (decimal): -728955 or 8773876. OLE color: 8773876.

HSL color Cylindrical-coordinate representation of color #F4E085: hue angle of 49.19º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F4E085 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB244224133-
CMYK00.080.450.04
HSL49.19º83.46%73.92%-
HSV(B)49.19º45.49%95.69%-
XYZ68.274.2432.93-
YUV219.6179.13145.4-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.60%
GREEN value IS 224 (87.89% from 255) = 37.27%
BLUE value IS 133 (52.34% from 255) = 22.13%
R=40.60%
G=37.27%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422413300.080.450.0449.1983.4673.92
HexF4E085082D431534a
Octal36434020501055461123112
Binary1111010011100000100001010100010110110011000110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E085; }

 p { color: rgb(244,224,133); }

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

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

 a { background-color: rgb(244,224,133); }

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

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

 span { border-color: rgb(244,224,133); }

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