Shades of Saffron #F3C83B
Tints of Saffron #F3C83B
RGB
CMYK
RGB Variations
Color information
#F3C83B (or 0xF3C83B) is known color: Saffron. HEX triplet: F3, C8 and 3B. RGB value is (243,200,59). Sum of RGB (Red+Green+Blue) = 243+200+59=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 59 (23.44% from 255 or 11.75% from 502); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C83B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C83B is #0C37C4. Grayscale: #C5C5C5. Windows color (decimal): -800709 or 3918067. OLE color: 3918067.
HSL color Cylindrical-coordinate representation of color #F3C83B: hue angle of 45.98º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F3C83B is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 200 | 59 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.05 |
| HSL | 45.98º | 0.88% | 0.59% | - |
| HSV(B) | 45.98º | 0.76% | 0.95% | - |
| XYZ | 58.41 | 60.68 | 12.77 | - |
| YUV | 196.78 | 50.25 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 59 | 0 | 0.18 | 0.76 | 0.05 | 45.98 | 0.88 | 0.59 |
| Hex | F3 | C8 | 3B | 0 | 12 | 4C | 5 | 2E | 58 | 3B |
| Octal | 363 | 310 | 73 | 0 | 22 | 114 | 5 | 56 | 130 | 73 |
| Binary | 11110011 | 11001000 | 111011 | 0 | 10010 | 1001100 | 101 | 101110 | 1011000 | 111011 |
Color Harmonies of #F3C83B
Complementary color
Monochromatic Colors of #F3C83B
Black with #F3C83B
Text Example
Text Example
White with #F3C83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C83B; }
p { color: rgb(243,200,59); }
H1.HeaderClassName
{
color: #F3C83B;
}
.AnyTagClassName
{
color: #F3C83B;
}
</style>
background-color css
<style>
a { background-color: #F3C83B; }
a { background-color: rgb(243,200,59); }
div.DivClassName
{
background-color: #F3C83B;
}
.BgClassName
{
background-color: #F3C83B;
}
</style>
border-color css
<style>
span { border-color: #F3C83B; }
span { border-color: rgb(243,200,59); }
td.TdClassName
{
border-color: #F3C83B;
}
.TagClassName
{
border-color: #F3C83B;
}
</style>