#F1DE83

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

Shades of Buff #F1DE83

Tints of Buff #F1DE83

Color information

#F1DE83 (or 0xF1DE83) is unknown color: approx Buff. HEX triplet: F1, DE and 83. RGB value is (241,222,131). Sum of RGB (Red+Green+Blue) = 241+222+131=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 131 (51.56% from 255 or 22.05% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DE83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DE83 is #0E217C. Grayscale: #D9D9D9. Windows color (decimal): -926077 or 8642289. OLE color: 8642289.

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

Color convert

RGB241222131-
CMYK00.080.460.05
HSL49.64º79.71%72.94%-
HSV(B)49.64º45.64%94.51%-
XYZ66.4972.5831.98-
YUV217.3179.29144.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.57%
GREEN value IS 222 (87.11% from 255) = 37.37%
BLUE value IS 131 (51.56% from 255) = 22.05%
R=40.57%
G=37.37%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122213100.080.460.0549.6479.7172.94
HexF1DE83082E5325049
Octal36133620301056562120111
Binary1111000111011110100000110100010111010111001010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DE83; }

 p { color: rgb(241,222,131); }

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

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

 a { background-color: rgb(241,222,131); }

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

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

 span { border-color: rgb(241,222,131); }

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