#F1DE7B

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

Shades of Buff #F1DE7B

Tints of Buff #F1DE7B

Color information

#F1DE7B (or 0xF1DE7B) is unknown color: approx Buff. HEX triplet: F1, DE and 7B. RGB value is (241,222,123). Sum of RGB (Red+Green+Blue) = 241+222+123=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 123 (48.44% from 255 or 20.99% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DE7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DE7B is #0E2184. Grayscale: #D8D8D8. Windows color (decimal): -926085 or 8118001. OLE color: 8118001.

HSL color Cylindrical-coordinate representation of color #F1DE7B: hue angle of 50.34º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F1DE7B is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB241222123-
CMYK00.080.490.05
HSL50.34º80.82%71.37%-
HSV(B)50.34º48.96%94.51%-
XYZ65.9772.3729.23-
YUV216.475.29145.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.13%
GREEN value IS 222 (87.11% from 255) = 37.88%
BLUE value IS 123 (48.44% from 255) = 20.99%
R=41.13%
G=37.88%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122212300.080.490.0550.3480.8271.37
HexF1DE7B08315325147
Octal36133617301061562121107
Binary111100011101111011110110100011000110111001010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DE7B; }

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

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

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

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

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

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

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

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