Shades of Saffron #F9C23C
Tints of Saffron #F9C23C
RGB
CMYK
RGB Variations
Color information
#F9C23C (or 0xF9C23C) is known color: Saffron. HEX triplet: F9, C2 and 3C. RGB value is (249,194,60). Sum of RGB (Red+Green+Blue) = 249+194+60=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 60 (23.83% from 255 or 11.93% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C23C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C23C is #063DC3. Grayscale: #C3C3C3. Windows color (decimal): -409028 or 3982073. OLE color: 3982073.
HSL color Cylindrical-coordinate representation of color #F9C23C: hue angle of 42.54º 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 #F9C23C is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 194 | 60 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.02 |
| HSL | 42.54º | 0.94% | 0.61% | - |
| HSV(B) | 42.54º | 0.76% | 0.98% | - |
| XYZ | 59.17 | 59.05 | 12.55 | - |
| YUV | 195.17 | 51.72 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 194 | 60 | 0 | 0.22 | 0.76 | 0.02 | 42.54 | 0.94 | 0.61 |
| Hex | F9 | C2 | 3C | 0 | 16 | 4C | 2 | 2B | 5E | 3D |
| Octal | 371 | 302 | 74 | 0 | 26 | 114 | 2 | 53 | 136 | 75 |
| Binary | 11111001 | 11000010 | 111100 | 0 | 10110 | 1001100 | 10 | 101011 | 1011110 | 111101 |
Color Harmonies of #F9C23C
Complementary color
Monochromatic Colors of #F9C23C
Black with #F9C23C
Text Example
Text Example
White with #F9C23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C23C; }
p { color: rgb(249,194,60); }
H1.HeaderClassName
{
color: #F9C23C;
}
.AnyTagClassName
{
color: #F9C23C;
}
</style>
background-color css
<style>
a { background-color: #F9C23C; }
a { background-color: rgb(249,194,60); }
div.DivClassName
{
background-color: #F9C23C;
}
.BgClassName
{
background-color: #F9C23C;
}
</style>
border-color css
<style>
span { border-color: #F9C23C; }
span { border-color: rgb(249,194,60); }
td.TdClassName
{
border-color: #F9C23C;
}
.TagClassName
{
border-color: #F9C23C;
}
</style>