#F1D781

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

Shades of Buff #F1D781

Tints of Buff #F1D781

Color information

#F1D781 (or 0xF1D781) is unknown color: approx Buff. HEX triplet: F1, D7 and 81. RGB value is (241,215,129). Sum of RGB (Red+Green+Blue) = 241+215+129=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 129 (50.78% from 255 or 22.05% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D781 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D781 is #0E287E. Grayscale: #D5D5D5. Windows color (decimal): -927871 or 8509425. OLE color: 8509425.

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

Color convert

RGB241215129-
CMYK00.110.460.05
HSL46.07º80%72.55%-
HSV(B)46.07º46.47%94.51%-
XYZ64.5468.8930.66-
YUV212.9780.61147.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.20%
GREEN value IS 215 (84.38% from 255) = 36.75%
BLUE value IS 129 (50.78% from 255) = 22.05%
R=41.20%
G=36.75%
B=22.05%

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
Decimal24121512900.110.460.0546.078072.55
HexF1D7810B2E52e5049
Octal36132720101356556120111
Binary1111000111010111100000010101110111010110111010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D781; }

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

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

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

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

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

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

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

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