#F2D982

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

Shades of Buff #F2D982

Tints of Buff #F2D982

Color information

#F2D982 (or 0xF2D982) is unknown color: approx Buff. HEX triplet: F2, D9 and 82. RGB value is (242,217,130). Sum of RGB (Red+Green+Blue) = 242+217+130=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 130 (51.17% from 255 or 22.07% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D982 is #0D267D. Grayscale: #D6D6D6. Windows color (decimal): -861822 or 8575474. OLE color: 8575474.

HSL color Cylindrical-coordinate representation of color #F2D982: hue angle of 46.61º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F2D982 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB242217130-
CMYK00.100.460.05
HSL46.61º81.16%72.94%-
HSV(B)46.61º46.28%94.9%-
XYZ65.4670.1131.2-
YUV214.5680.28147.57-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.09%
GREEN value IS 217 (85.16% from 255) = 36.84%
BLUE value IS 130 (51.17% from 255) = 22.07%
R=41.09%
G=36.84%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221713000.100.460.0546.6181.1672.94
HexF2D9820A2E52f5149
Octal36233120201256557121111
Binary1111001011011001100000100101010111010110111110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D982; }

 p { color: rgb(242,217,130); }

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

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

 a { background-color: rgb(242,217,130); }

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

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

 span { border-color: rgb(242,217,130); }

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