#F1DC8E

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

Shades of Buff #F1DC8E

Tints of Buff #F1DC8E

Color information

#F1DC8E (or 0xF1DC8E) is unknown color: approx Buff. HEX triplet: F1, DC and 8E. RGB value is (241,220,142). Sum of RGB (Red+Green+Blue) = 241+220+142=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 142 (55.86% from 255 or 23.55% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DC8E is #0E2371. Grayscale: #D9D9D9. Windows color (decimal): -926578 or 9362673. OLE color: 9362673.

HSL color Cylindrical-coordinate representation of color #F1DC8E: hue angle of 47.27º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F1DC8E is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB241220142-
CMYK00.090.410.05
HSL47.27º77.95%75.1%-
HSV(B)47.27º41.08%94.51%-
XYZ66.7571.8435.94-
YUV217.3985.46144.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.97%
GREEN value IS 220 (86.33% from 255) = 36.48%
BLUE value IS 142 (55.86% from 255) = 23.55%
R=39.97%
G=36.48%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122014200.090.410.0547.2777.9575.1
HexF1DC8E092952f4e4b
Octal36133421601151557116113
Binary1111000111011100100011100100110100110110111110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DC8E; }

 p { color: rgb(241,220,142); }

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

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

 a { background-color: rgb(241,220,142); }

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

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

 span { border-color: rgb(241,220,142); }

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