Shades of Saffron #F3C63D
Tints of Saffron #F3C63D
RGB
CMYK
RGB Variations
Color information
#F3C63D (or 0xF3C63D) is known color: Saffron. HEX triplet: F3, C6 and 3D. RGB value is (243,198,61). Sum of RGB (Red+Green+Blue) = 243+198+61=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 61 (24.22% from 255 or 12.15% from 502); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C63D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C63D is #0C39C2. Grayscale: #C4C4C4. Windows color (decimal): -801219 or 4048627. OLE color: 4048627.
HSL color Cylindrical-coordinate representation of color #F3C63D: hue angle of 45.16º 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 #F3C63D is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 198 | 61 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.05 |
| HSL | 45.16º | 0.88% | 0.6% | - |
| HSV(B) | 45.16º | 0.75% | 0.95% | - |
| XYZ | 58 | 59.78 | 12.9 | - |
| YUV | 195.84 | 51.91 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 198 | 61 | 0 | 0.19 | 0.75 | 0.05 | 45.16 | 0.88 | 0.6 |
| Hex | F3 | C6 | 3D | 0 | 13 | 4B | 5 | 2D | 58 | 3C |
| Octal | 363 | 306 | 75 | 0 | 23 | 113 | 5 | 55 | 130 | 74 |
| Binary | 11110011 | 11000110 | 111101 | 0 | 10011 | 1001011 | 101 | 101101 | 1011000 | 111100 |
Color Harmonies of #F3C63D
Complementary color
Monochromatic Colors of #F3C63D
Black with #F3C63D
Text Example
Text Example
White with #F3C63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C63D; }
p { color: rgb(243,198,61); }
H1.HeaderClassName
{
color: #F3C63D;
}
.AnyTagClassName
{
color: #F3C63D;
}
</style>
background-color css
<style>
a { background-color: #F3C63D; }
a { background-color: rgb(243,198,61); }
div.DivClassName
{
background-color: #F3C63D;
}
.BgClassName
{
background-color: #F3C63D;
}
</style>
border-color css
<style>
span { border-color: #F3C63D; }
span { border-color: rgb(243,198,61); }
td.TdClassName
{
border-color: #F3C63D;
}
.TagClassName
{
border-color: #F3C63D;
}
</style>