Shades of Saffron #F3C831
Tints of Saffron #F3C831
RGB
CMYK
RGB Variations
Color information
#F3C831 (or 0xF3C831) is known color: Saffron. HEX triplet: F3, C8 and 31. RGB value is (243,200,49). Sum of RGB (Red+Green+Blue) = 243+200+49=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 49 (19.53% from 255 or 9.96% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C831 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C831 is #0C37CE. Grayscale: #C4C4C4. Windows color (decimal): -800719 or 3262707. OLE color: 3262707.
HSL color Cylindrical-coordinate representation of color #F3C831: hue angle of 46.7º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F3C831 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 200 | 49 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.05 |
| HSL | 46.7º | 0.89% | 0.57% | - |
| HSV(B) | 46.7º | 0.8% | 0.95% | - |
| XYZ | 58.17 | 60.59 | 11.53 | - |
| YUV | 195.64 | 45.25 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 49 | 0 | 0.18 | 0.80 | 0.05 | 46.7 | 0.89 | 0.57 |
| Hex | F3 | C8 | 31 | 0 | 12 | 50 | 5 | 2F | 59 | 39 |
| Octal | 363 | 310 | 61 | 0 | 22 | 120 | 5 | 57 | 131 | 71 |
| Binary | 11110011 | 11001000 | 110001 | 0 | 10010 | 1010000 | 101 | 101111 | 1011001 | 111001 |
Color Harmonies of #F3C831
Complementary color
Monochromatic Colors of #F3C831
Black with #F3C831
Text Example
Text Example
White with #F3C831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C831; }
p { color: rgb(243,200,49); }
H1.HeaderClassName
{
color: #F3C831;
}
.AnyTagClassName
{
color: #F3C831;
}
</style>
background-color css
<style>
a { background-color: #F3C831; }
a { background-color: rgb(243,200,49); }
div.DivClassName
{
background-color: #F3C831;
}
.BgClassName
{
background-color: #F3C831;
}
</style>
border-color css
<style>
span { border-color: #F3C831; }
span { border-color: rgb(243,200,49); }
td.TdClassName
{
border-color: #F3C831;
}
.TagClassName
{
border-color: #F3C831;
}
</style>