Shades of Saffron #F3C935
Tints of Saffron #F3C935
RGB
CMYK
RGB Variations
Color information
#F3C935 (or 0xF3C935) is known color: Saffron. HEX triplet: F3, C9 and 35. RGB value is (243,201,53). Sum of RGB (Red+Green+Blue) = 243+201+53=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 53 (21.09% from 255 or 10.66% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C935 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C935 is #0C36CA. Grayscale: #C5C5C5. Windows color (decimal): -800459 or 3525107. OLE color: 3525107.
HSL color Cylindrical-coordinate representation of color #F3C935: hue angle of 46.74º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F3C935 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 201 | 53 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.05 |
| HSL | 46.74º | 0.89% | 0.58% | - |
| HSV(B) | 46.74º | 0.78% | 0.95% | - |
| XYZ | 58.49 | 61.09 | 12.08 | - |
| YUV | 196.69 | 46.91 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 201 | 53 | 0 | 0.17 | 0.78 | 0.05 | 46.74 | 0.89 | 0.58 |
| Hex | F3 | C9 | 35 | 0 | 11 | 4E | 5 | 2F | 59 | 3A |
| Octal | 363 | 311 | 65 | 0 | 21 | 116 | 5 | 57 | 131 | 72 |
| Binary | 11110011 | 11001001 | 110101 | 0 | 10001 | 1001110 | 101 | 101111 | 1011001 | 111010 |
Color Harmonies of #F3C935
Complementary color
Monochromatic Colors of #F3C935
Black with #F3C935
Text Example
Text Example
White with #F3C935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C935; }
p { color: rgb(243,201,53); }
H1.HeaderClassName
{
color: #F3C935;
}
.AnyTagClassName
{
color: #F3C935;
}
</style>
background-color css
<style>
a { background-color: #F3C935; }
a { background-color: rgb(243,201,53); }
div.DivClassName
{
background-color: #F3C935;
}
.BgClassName
{
background-color: #F3C935;
}
</style>
border-color css
<style>
span { border-color: #F3C935; }
span { border-color: rgb(243,201,53); }
td.TdClassName
{
border-color: #F3C935;
}
.TagClassName
{
border-color: #F3C935;
}
</style>