Shades of Saffron #F3C832
Tints of Saffron #F3C832
RGB
CMYK
RGB Variations
Color information
#F3C832 (or 0xF3C832) is known color: Saffron. HEX triplet: F3, C8 and 32. RGB value is (243,200,50). Sum of RGB (Red+Green+Blue) = 243+200+50=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 50 (19.92% from 255 or 10.14% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C832 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C832 is #0C37CD. Grayscale: #C4C4C4. Windows color (decimal): -800718 or 3328243. OLE color: 3328243.
HSL color Cylindrical-coordinate representation of color #F3C832: hue angle of 46.63º 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 #F3C832 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 200 | 50 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.05 |
| HSL | 46.63º | 0.89% | 0.57% | - |
| HSV(B) | 46.63º | 0.79% | 0.95% | - |
| XYZ | 58.19 | 60.59 | 11.65 | - |
| YUV | 195.76 | 45.75 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 50 | 0 | 0.18 | 0.79 | 0.05 | 46.63 | 0.89 | 0.57 |
| Hex | F3 | C8 | 32 | 0 | 12 | 4F | 5 | 2F | 59 | 39 |
| Octal | 363 | 310 | 62 | 0 | 22 | 117 | 5 | 57 | 131 | 71 |
| Binary | 11110011 | 11001000 | 110010 | 0 | 10010 | 1001111 | 101 | 101111 | 1011001 | 111001 |
Color Harmonies of #F3C832
Complementary color
Monochromatic Colors of #F3C832
Black with #F3C832
Text Example
Text Example
White with #F3C832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C832; }
p { color: rgb(243,200,50); }
H1.HeaderClassName
{
color: #F3C832;
}
.AnyTagClassName
{
color: #F3C832;
}
</style>
background-color css
<style>
a { background-color: #F3C832; }
a { background-color: rgb(243,200,50); }
div.DivClassName
{
background-color: #F3C832;
}
.BgClassName
{
background-color: #F3C832;
}
</style>
border-color css
<style>
span { border-color: #F3C832; }
span { border-color: rgb(243,200,50); }
td.TdClassName
{
border-color: #F3C832;
}
.TagClassName
{
border-color: #F3C832;
}
</style>