#F4E282

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

Shades of Buff #F4E282

Tints of Buff #F4E282

Color information

#F4E282 (or 0xF4E282) is unknown color: approx Buff. HEX triplet: F4, E2 and 82. RGB value is (244,226,130). Sum of RGB (Red+Green+Blue) = 244+226+130=600 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.67% from 600); Green value is 226 (88.67% from 255 or 37.67% from 600); Blue value is 130 (51.17% from 255 or 21.67% from 600); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4E282 is #0B1D7D. Grayscale: #DCDCDC. Windows color (decimal): -728446 or 8577780. OLE color: 8577780.

HSL color Cylindrical-coordinate representation of color #F4E282: hue angle of 50.53º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F4E282 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB244226130-
CMYK00.070.470.04
HSL50.53º83.82%73.33%-
HSV(B)50.53º46.72%95.69%-
XYZ68.5375.2432.03-
YUV220.4476.96144.81-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.67%
GREEN value IS 226 (88.67% from 255) = 37.67%
BLUE value IS 130 (51.17% from 255) = 21.67%
R=40.67%
G=37.67%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422613000.070.470.0450.5383.8273.33
HexF4E282072F4335449
Octal3643422020757463124111
Binary111101001110001010000010011110111110011001110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E282; }

 p { color: rgb(244,226,130); }

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

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

 a { background-color: rgb(244,226,130); }

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

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

 span { border-color: rgb(244,226,130); }

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