Shades of Saffron #F3C83D
Tints of Saffron #F3C83D
RGB
CMYK
RGB Variations
Color information
#F3C83D (or 0xF3C83D) is known color: Saffron. HEX triplet: F3, C8 and 3D. RGB value is (243,200,61). Sum of RGB (Red+Green+Blue) = 243+200+61=504 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.21% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 61 (24.22% from 255 or 12.10% from 504); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C83D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C83D is #0C37C2. Grayscale: #C5C5C5. Windows color (decimal): -800707 or 4049139. OLE color: 4049139.
HSL color Cylindrical-coordinate representation of color #F3C83D: hue angle of 45.82º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F3C83D is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 200 | 61 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.05 |
| HSL | 45.82º | 0.88% | 0.6% | - |
| HSV(B) | 45.82º | 0.75% | 0.95% | - |
| XYZ | 58.46 | 60.7 | 13.05 | - |
| YUV | 197.01 | 51.25 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 61 | 0 | 0.18 | 0.75 | 0.05 | 45.82 | 0.88 | 0.6 |
| Hex | F3 | C8 | 3D | 0 | 12 | 4B | 5 | 2E | 58 | 3C |
| Octal | 363 | 310 | 75 | 0 | 22 | 113 | 5 | 56 | 130 | 74 |
| Binary | 11110011 | 11001000 | 111101 | 0 | 10010 | 1001011 | 101 | 101110 | 1011000 | 111100 |
Color Harmonies of #F3C83D
Complementary color
Monochromatic Colors of #F3C83D
Black with #F3C83D
Text Example
Text Example
White with #F3C83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C83D; }
p { color: rgb(243,200,61); }
H1.HeaderClassName
{
color: #F3C83D;
}
.AnyTagClassName
{
color: #F3C83D;
}
</style>
background-color css
<style>
a { background-color: #F3C83D; }
a { background-color: rgb(243,200,61); }
div.DivClassName
{
background-color: #F3C83D;
}
.BgClassName
{
background-color: #F3C83D;
}
</style>
border-color css
<style>
span { border-color: #F3C83D; }
span { border-color: rgb(243,200,61); }
td.TdClassName
{
border-color: #F3C83D;
}
.TagClassName
{
border-color: #F3C83D;
}
</style>