Shades of Buff #F3E17E
Tints of Buff #F3E17E
RGB
CMYK
RGB Variations
Color information
#F3E17E (or 0xF3E17E) is known color: Buff. HEX triplet: F3, E1 and 7E. RGB value is (243,225,126). Sum of RGB (Red+Green+Blue) = 243+225+126=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 225 (88.28% from 255 or 37.88% from 594); Blue value is 126 (49.61% from 255 or 21.21% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E17E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3E17E is #0C1E81. Grayscale: #DBDBDB. Windows color (decimal): -794242 or 8315379. OLE color: 8315379.
HSL color Cylindrical-coordinate representation of color #F3E17E: hue angle of 50.77º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F3E17E is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 225 | 126 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.05 |
| HSL | 50.77º | 0.83% | 0.72% | - |
| HSV(B) | 50.77º | 0.48% | 0.95% | - |
| XYZ | 67.65 | 74.41 | 30.54 | - |
| YUV | 219.1 | 75.46 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 225 | 126 | 0 | 0.07 | 0.48 | 0.05 | 50.77 | 0.83 | 0.72 |
| Hex | F3 | E1 | 7E | 0 | 7 | 30 | 5 | 33 | 53 | 48 |
| Octal | 363 | 341 | 176 | 0 | 7 | 60 | 5 | 63 | 123 | 110 |
| Binary | 11110011 | 11100001 | 1111110 | 0 | 111 | 110000 | 101 | 110011 | 1010011 | 1001000 |
Color Harmonies of #F3E17E
Complementary color
Monochromatic Colors of #F3E17E
Black with #F3E17E
Text Example
Text Example
White with #F3E17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E17E; }
p { color: rgb(243,225,126); }
H1.HeaderClassName
{
color: #F3E17E;
}
.AnyTagClassName
{
color: #F3E17E;
}
</style>
background-color css
<style>
a { background-color: #F3E17E; }
a { background-color: rgb(243,225,126); }
div.DivClassName
{
background-color: #F3E17E;
}
.BgClassName
{
background-color: #F3E17E;
}
</style>
border-color css
<style>
span { border-color: #F3E17E; }
span { border-color: rgb(243,225,126); }
td.TdClassName
{
border-color: #F3E17E;
}
.TagClassName
{
border-color: #F3E17E;
}
</style>