Shades of Saffron #F3C72D
Tints of Saffron #F3C72D
RGB
CMYK
RGB Variations
Color information
#F3C72D (or 0xF3C72D) is known color: Saffron. HEX triplet: F3, C7 and 2D. RGB value is (243,199,45). Sum of RGB (Red+Green+Blue) = 243+199+45=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 45 (17.97% from 255 or 9.24% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C72D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C72D is #0C38D2. Grayscale: #C3C3C3. Windows color (decimal): -800979 or 3000307. OLE color: 3000307.
HSL color Cylindrical-coordinate representation of color #F3C72D: hue angle of 46.67º 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 #F3C72D is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 199 | 45 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.05 |
| HSL | 46.67º | 0.89% | 0.56% | - |
| HSV(B) | 46.67º | 0.81% | 0.95% | - |
| XYZ | 57.86 | 60.09 | 11.03 | - |
| YUV | 194.6 | 43.58 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 199 | 45 | 0 | 0.18 | 0.81 | 0.05 | 46.67 | 0.89 | 0.56 |
| Hex | F3 | C7 | 2D | 0 | 12 | 51 | 5 | 2F | 59 | 38 |
| Octal | 363 | 307 | 55 | 0 | 22 | 121 | 5 | 57 | 131 | 70 |
| Binary | 11110011 | 11000111 | 101101 | 0 | 10010 | 1010001 | 101 | 101111 | 1011001 | 111000 |
Color Harmonies of #F3C72D
Complementary color
Monochromatic Colors of #F3C72D
Black with #F3C72D
Text Example
Text Example
White with #F3C72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C72D; }
p { color: rgb(243,199,45); }
H1.HeaderClassName
{
color: #F3C72D;
}
.AnyTagClassName
{
color: #F3C72D;
}
</style>
background-color css
<style>
a { background-color: #F3C72D; }
a { background-color: rgb(243,199,45); }
div.DivClassName
{
background-color: #F3C72D;
}
.BgClassName
{
background-color: #F3C72D;
}
</style>
border-color css
<style>
span { border-color: #F3C72D; }
span { border-color: rgb(243,199,45); }
td.TdClassName
{
border-color: #F3C72D;
}
.TagClassName
{
border-color: #F3C72D;
}
</style>