#F1D681

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

Shades of Buff #F1D681

Tints of Buff #F1D681

Color information

#F1D681 (or 0xF1D681) is unknown color: approx Buff. HEX triplet: F1, D6 and 81. RGB value is (241,214,129). Sum of RGB (Red+Green+Blue) = 241+214+129=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 129 (50.78% from 255 or 22.09% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D681 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D681 is #0E297E. Grayscale: #D4D4D4. Windows color (decimal): -928127 or 8509169. OLE color: 8509169.

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

Color convert

RGB241214129-
CMYK00.110.460.05
HSL45.54º80%72.55%-
HSV(B)45.54º46.47%94.51%-
XYZ64.2868.3830.58-
YUV212.3880.95148.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.27%
GREEN value IS 214 (83.98% from 255) = 36.64%
BLUE value IS 129 (50.78% from 255) = 22.09%
R=41.27%
G=36.64%
B=22.09%

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
Decimal24121412900.110.460.0545.548072.55
HexF1D6810B2E52e5049
Octal36132620101356556120111
Binary1111000111010110100000010101110111010110111010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D681; }

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

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

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

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

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

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

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

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