#F1D782

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

Shades of Buff #F1D782

Tints of Buff #F1D782

Color information

#F1D782 (or 0xF1D782) is unknown color: approx Buff. HEX triplet: F1, D7 and 82. RGB value is (241,215,130). Sum of RGB (Red+Green+Blue) = 241+215+130=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 130 (51.17% from 255 or 22.18% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D782 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D782 is #0E287D. Grayscale: #D5D5D5. Windows color (decimal): -927870 or 8574961. OLE color: 8574961.

HSL color Cylindrical-coordinate representation of color #F1D782: hue angle of 45.95º degrees, saturation: 0.8, 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 #F1D782 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB241215130-
CMYK00.110.460.05
HSL45.95º79.86%72.75%-
HSV(B)45.95º46.06%94.51%-
XYZ64.6168.9131.02-
YUV213.0881.11147.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.13%
GREEN value IS 215 (84.38% from 255) = 36.69%
BLUE value IS 130 (51.17% from 255) = 22.18%
R=41.13%
G=36.69%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121513000.110.460.0545.9579.8672.75
HexF1D7820B2E52e5049
Octal36132720201356556120111
Binary1111000111010111100000100101110111010110111010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D782; }

 p { color: rgb(241,215,130); }

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

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

 a { background-color: rgb(241,215,130); }

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

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

 span { border-color: rgb(241,215,130); }

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