#F7E682

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

Shades of Buff #F7E682

Tints of Buff #F7E682

Color information

#F7E682 (or 0xF7E682) is unknown color: approx Buff. HEX triplet: F7, E6 and 82. RGB value is (247,230,130). Sum of RGB (Red+Green+Blue) = 247+230+130=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 130 (51.17% from 255 or 21.42% from 607); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E682 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7E682 is #08197D. Grayscale: #E0E0E0. Windows color (decimal): -530814 or 8578807. OLE color: 8578807.

HSL color Cylindrical-coordinate representation of color #F7E682: hue angle of 51.28º 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 #F7E682 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB247230130-
CMYK00.070.470.03
HSL51.28º87.97%73.92%-
HSV(B)51.28º47.37%96.86%-
XYZ70.6877.9832.45-
YUV223.6875.13144.63-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.69%
GREEN value IS 230 (90.23% from 255) = 37.89%
BLUE value IS 130 (51.17% from 255) = 21.42%
R=40.69%
G=37.89%
B=21.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723013000.070.470.0351.2887.9773.92
HexF7E682072F333584a
Octal3673462020757363130112
Binary11110111111001101000001001111011111111001110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E682; }

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

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

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

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

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

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

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

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