Shades of Buff #F3E17C
Tints of Buff #F3E17C
RGB
CMYK
RGB Variations
Color information
#F3E17C (or 0xF3E17C) is known color: Buff. HEX triplet: F3, E1 and 7C. RGB value is (243,225,124). Sum of RGB (Red+Green+Blue) = 243+225+124=592 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.05% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 124 (48.83% from 255 or 20.95% from 592); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E17C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3E17C is #0C1E83. Grayscale: #DBDBDB. Windows color (decimal): -794244 or 8184307. OLE color: 8184307.
HSL color Cylindrical-coordinate representation of color #F3E17C: hue angle of 50.92º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F3E17C is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 225 | 124 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.05 |
| HSL | 50.92º | 0.83% | 0.72% | - |
| HSV(B) | 50.92º | 0.49% | 0.95% | - |
| XYZ | 67.53 | 74.36 | 29.86 | - |
| YUV | 218.87 | 74.46 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 225 | 124 | 0 | 0.07 | 0.49 | 0.05 | 50.92 | 0.83 | 0.72 |
| Hex | F3 | E1 | 7C | 0 | 7 | 31 | 5 | 33 | 53 | 48 |
| Octal | 363 | 341 | 174 | 0 | 7 | 61 | 5 | 63 | 123 | 110 |
| Binary | 11110011 | 11100001 | 1111100 | 0 | 111 | 110001 | 101 | 110011 | 1010011 | 1001000 |
Color Harmonies of #F3E17C
Complementary color
Monochromatic Colors of #F3E17C
Black with #F3E17C
Text Example
Text Example
White with #F3E17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E17C; }
p { color: rgb(243,225,124); }
H1.HeaderClassName
{
color: #F3E17C;
}
.AnyTagClassName
{
color: #F3E17C;
}
</style>
background-color css
<style>
a { background-color: #F3E17C; }
a { background-color: rgb(243,225,124); }
div.DivClassName
{
background-color: #F3E17C;
}
.BgClassName
{
background-color: #F3E17C;
}
</style>
border-color css
<style>
span { border-color: #F3E17C; }
span { border-color: rgb(243,225,124); }
td.TdClassName
{
border-color: #F3E17C;
}
.TagClassName
{
border-color: #F3E17C;
}
</style>