Shades of Saffron #F3C02D
Tints of Saffron #F3C02D
RGB
CMYK
RGB Variations
Color information
#F3C02D (or 0xF3C02D) is known color: Saffron. HEX triplet: F3, C0 and 2D. RGB value is (243,192,45). Sum of RGB (Red+Green+Blue) = 243+192+45=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 45 (17.97% from 255 or 9.38% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C02D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C02D is #0C3FD2. Grayscale: #BFBFBF. Windows color (decimal): -802771 or 2998515. OLE color: 2998515.
HSL color Cylindrical-coordinate representation of color #F3C02D: hue angle of 44.55º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F3C02D is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 45 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.05 |
| HSL | 44.55º | 0.89% | 0.56% | - |
| HSV(B) | 44.55º | 0.81% | 0.95% | - |
| XYZ | 56.29 | 56.94 | 10.51 | - |
| YUV | 190.49 | 45.9 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 45 | 0 | 0.21 | 0.81 | 0.05 | 44.55 | 0.89 | 0.56 |
| Hex | F3 | C0 | 2D | 0 | 15 | 51 | 5 | 2D | 59 | 38 |
| Octal | 363 | 300 | 55 | 0 | 25 | 121 | 5 | 55 | 131 | 70 |
| Binary | 11110011 | 11000000 | 101101 | 0 | 10101 | 1010001 | 101 | 101101 | 1011001 | 111000 |
Color Harmonies of #F3C02D
Complementary color
Monochromatic Colors of #F3C02D
Black with #F3C02D
Text Example
Text Example
White with #F3C02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C02D; }
p { color: rgb(243,192,45); }
H1.HeaderClassName
{
color: #F3C02D;
}
.AnyTagClassName
{
color: #F3C02D;
}
</style>
background-color css
<style>
a { background-color: #F3C02D; }
a { background-color: rgb(243,192,45); }
div.DivClassName
{
background-color: #F3C02D;
}
.BgClassName
{
background-color: #F3C02D;
}
</style>
border-color css
<style>
span { border-color: #F3C02D; }
span { border-color: rgb(243,192,45); }
td.TdClassName
{
border-color: #F3C02D;
}
.TagClassName
{
border-color: #F3C02D;
}
</style>