#F7E482

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

Shades of Buff #F7E482

Tints of Buff #F7E482

Color information

#F7E482 (or 0xF7E482) is unknown color: approx Buff. HEX triplet: F7, E4 and 82. RGB value is (247,228,130). Sum of RGB (Red+Green+Blue) = 247+228+130=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 130 (51.17% from 255 or 21.49% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7E482 is #081B7D. Grayscale: #DEDEDE. Windows color (decimal): -531326 or 8578295. OLE color: 8578295.

HSL color Cylindrical-coordinate representation of color #F7E482: hue angle of 50.26º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F7E482 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB247228130-
CMYK00.080.470.03
HSL50.26º87.97%73.92%-
HSV(B)50.26º47.37%96.86%-
XYZ70.1376.8732.26-
YUV222.5175.79145.47-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.83%
GREEN value IS 228 (89.45% from 255) = 37.69%
BLUE value IS 130 (51.17% from 255) = 21.49%
R=40.83%
G=37.69%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722813000.080.470.0350.2687.9773.92
HexF7E482082F332584a
Octal36734420201057362130112
Binary111101111110010010000010010001011111111001010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E482; }

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

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

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

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

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

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

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

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