Shades of Saffron #F3C238
Tints of Saffron #F3C238
RGB
CMYK
RGB Variations
Color information
#F3C238 (or 0xF3C238) is known color: Saffron. HEX triplet: F3, C2 and 38. RGB value is (243,194,56). Sum of RGB (Red+Green+Blue) = 243+194+56=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 56 (22.27% from 255 or 11.36% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C238 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C238 is #0C3DC7. Grayscale: #C1C1C1. Windows color (decimal): -802248 or 3719923. OLE color: 3719923.
HSL color Cylindrical-coordinate representation of color #F3C238: hue angle of 44.28º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F3C238 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 194 | 56 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.05 |
| HSL | 44.28º | 0.89% | 0.59% | - |
| HSV(B) | 44.28º | 0.77% | 0.95% | - |
| XYZ | 56.97 | 57.92 | 11.92 | - |
| YUV | 192.92 | 50.73 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 56 | 0 | 0.20 | 0.77 | 0.05 | 44.28 | 0.89 | 0.59 |
| Hex | F3 | C2 | 38 | 0 | 14 | 4D | 5 | 2C | 59 | 3B |
| Octal | 363 | 302 | 70 | 0 | 24 | 115 | 5 | 54 | 131 | 73 |
| Binary | 11110011 | 11000010 | 111000 | 0 | 10100 | 1001101 | 101 | 101100 | 1011001 | 111011 |
Color Harmonies of #F3C238
Complementary color
Monochromatic Colors of #F3C238
Black with #F3C238
Text Example
Text Example
White with #F3C238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C238; }
p { color: rgb(243,194,56); }
H1.HeaderClassName
{
color: #F3C238;
}
.AnyTagClassName
{
color: #F3C238;
}
</style>
background-color css
<style>
a { background-color: #F3C238; }
a { background-color: rgb(243,194,56); }
div.DivClassName
{
background-color: #F3C238;
}
.BgClassName
{
background-color: #F3C238;
}
</style>
border-color css
<style>
span { border-color: #F3C238; }
span { border-color: rgb(243,194,56); }
td.TdClassName
{
border-color: #F3C238;
}
.TagClassName
{
border-color: #F3C238;
}
</style>