#F9E482

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

Shades of Buff #F9E482

Tints of Buff #F9E482

Color information

#F9E482 (or 0xF9E482) is unknown color: approx Buff. HEX triplet: F9, E4 and 82. RGB value is (249,228,130). Sum of RGB (Red+Green+Blue) = 249+228+130=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 130 (51.17% from 255 or 21.42% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9E482 is #061B7D. Grayscale: #DFDFDF. Windows color (decimal): -400254 or 8578297. OLE color: 8578297.

HSL color Cylindrical-coordinate representation of color #F9E482: hue angle of 49.41º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F9E482 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB249228130-
CMYK00.080.480.02
HSL49.41º90.84%74.31%-
HSV(B)49.41º47.79%97.65%-
XYZ70.8477.2432.29-
YUV223.1175.46146.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.02%
GREEN value IS 228 (89.45% from 255) = 37.56%
BLUE value IS 130 (51.17% from 255) = 21.42%
R=41.02%
G=37.56%
B=21.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922813000.080.480.0249.4190.8474.31
HexF9E48208302315b4a
Octal37134420201060261133112
Binary111110011110010010000010010001100001011000110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E482; }

 p { color: rgb(249,228,130); }

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

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

 a { background-color: rgb(249,228,130); }

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

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

 span { border-color: rgb(249,228,130); }

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