Shades of Saffron #F9C03D
Tints of Saffron #F9C03D
RGB
CMYK
RGB Variations
Color information
#F9C03D (or 0xF9C03D) is known color: Saffron. HEX triplet: F9, C0 and 3D. RGB value is (249,192,61). Sum of RGB (Red+Green+Blue) = 249+192+61=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 61 (24.22% from 255 or 12.15% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C03D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C03D is #063FC2. Grayscale: #C2C2C2. Windows color (decimal): -409539 or 4047097. OLE color: 4047097.
HSL color Cylindrical-coordinate representation of color #F9C03D: hue angle of 41.81º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9C03D is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 61 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.02 |
| HSL | 41.81º | 0.94% | 0.61% | - |
| HSV(B) | 41.81º | 0.76% | 0.98% | - |
| XYZ | 58.76 | 58.18 | 12.55 | - |
| YUV | 194.11 | 52.88 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 61 | 0 | 0.23 | 0.76 | 0.02 | 41.81 | 0.94 | 0.61 |
| Hex | F9 | C0 | 3D | 0 | 17 | 4C | 2 | 2A | 5E | 3D |
| Octal | 371 | 300 | 75 | 0 | 27 | 114 | 2 | 52 | 136 | 75 |
| Binary | 11111001 | 11000000 | 111101 | 0 | 10111 | 1001100 | 10 | 101010 | 1011110 | 111101 |
Color Harmonies of #F9C03D
Complementary color
Monochromatic Colors of #F9C03D
Black with #F9C03D
Text Example
Text Example
White with #F9C03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C03D; }
p { color: rgb(249,192,61); }
H1.HeaderClassName
{
color: #F9C03D;
}
.AnyTagClassName
{
color: #F9C03D;
}
</style>
background-color css
<style>
a { background-color: #F9C03D; }
a { background-color: rgb(249,192,61); }
div.DivClassName
{
background-color: #F9C03D;
}
.BgClassName
{
background-color: #F9C03D;
}
</style>
border-color css
<style>
span { border-color: #F9C03D; }
span { border-color: rgb(249,192,61); }
td.TdClassName
{
border-color: #F9C03D;
}
.TagClassName
{
border-color: #F9C03D;
}
</style>