Shades of Saffron #F3C932
Tints of Saffron #F3C932
RGB
CMYK
RGB Variations
Color information
#F3C932 (or 0xF3C932) is known color: Saffron. HEX triplet: F3, C9 and 32. RGB value is (243,201,50). Sum of RGB (Red+Green+Blue) = 243+201+50=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 50 (19.92% from 255 or 10.12% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C932 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C932 is #0C36CD. Grayscale: #C4C4C4. Windows color (decimal): -800462 or 3328499. OLE color: 3328499.
HSL color Cylindrical-coordinate representation of color #F3C932: hue angle of 46.94º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F3C932 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 201 | 50 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.05 |
| HSL | 46.94º | 0.89% | 0.57% | - |
| HSV(B) | 46.94º | 0.79% | 0.95% | - |
| XYZ | 58.42 | 61.06 | 11.72 | - |
| YUV | 196.34 | 45.41 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 201 | 50 | 0 | 0.17 | 0.79 | 0.05 | 46.94 | 0.89 | 0.57 |
| Hex | F3 | C9 | 32 | 0 | 11 | 4F | 5 | 2F | 59 | 39 |
| Octal | 363 | 311 | 62 | 0 | 21 | 117 | 5 | 57 | 131 | 71 |
| Binary | 11110011 | 11001001 | 110010 | 0 | 10001 | 1001111 | 101 | 101111 | 1011001 | 111001 |
Color Harmonies of #F3C932
Complementary color
Monochromatic Colors of #F3C932
Black with #F3C932
Text Example
Text Example
White with #F3C932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C932; }
p { color: rgb(243,201,50); }
H1.HeaderClassName
{
color: #F3C932;
}
.AnyTagClassName
{
color: #F3C932;
}
</style>
background-color css
<style>
a { background-color: #F3C932; }
a { background-color: rgb(243,201,50); }
div.DivClassName
{
background-color: #F3C932;
}
.BgClassName
{
background-color: #F3C932;
}
</style>
border-color css
<style>
span { border-color: #F3C932; }
span { border-color: rgb(243,201,50); }
td.TdClassName
{
border-color: #F3C932;
}
.TagClassName
{
border-color: #F3C932;
}
</style>