Shades of Saffron #F3C83C
Tints of Saffron #F3C83C
RGB
CMYK
RGB Variations
Color information
#F3C83C (or 0xF3C83C) is known color: Saffron. HEX triplet: F3, C8 and 3C. RGB value is (243,200,60). Sum of RGB (Red+Green+Blue) = 243+200+60=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 60 (23.83% from 255 or 11.93% from 503); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C83C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C83C is #0C37C3. Grayscale: #C5C5C5. Windows color (decimal): -800708 or 3983603. OLE color: 3983603.
HSL color Cylindrical-coordinate representation of color #F3C83C: hue angle of 45.9º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F3C83C is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 200 | 60 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.05 |
| HSL | 45.9º | 0.88% | 0.59% | - |
| HSV(B) | 45.9º | 0.75% | 0.95% | - |
| XYZ | 58.43 | 60.69 | 12.91 | - |
| YUV | 196.9 | 50.75 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 60 | 0 | 0.18 | 0.75 | 0.05 | 45.9 | 0.88 | 0.59 |
| Hex | F3 | C8 | 3C | 0 | 12 | 4B | 5 | 2E | 58 | 3B |
| Octal | 363 | 310 | 74 | 0 | 22 | 113 | 5 | 56 | 130 | 73 |
| Binary | 11110011 | 11001000 | 111100 | 0 | 10010 | 1001011 | 101 | 101110 | 1011000 | 111011 |
Color Harmonies of #F3C83C
Complementary color
Monochromatic Colors of #F3C83C
Black with #F3C83C
Text Example
Text Example
White with #F3C83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C83C; }
p { color: rgb(243,200,60); }
H1.HeaderClassName
{
color: #F3C83C;
}
.AnyTagClassName
{
color: #F3C83C;
}
</style>
background-color css
<style>
a { background-color: #F3C83C; }
a { background-color: rgb(243,200,60); }
div.DivClassName
{
background-color: #F3C83C;
}
.BgClassName
{
background-color: #F3C83C;
}
</style>
border-color css
<style>
span { border-color: #F3C83C; }
span { border-color: rgb(243,200,60); }
td.TdClassName
{
border-color: #F3C83C;
}
.TagClassName
{
border-color: #F3C83C;
}
</style>