Shades of Saffron #F9C529
Tints of Saffron #F9C529
RGB
CMYK
RGB Variations
Color information
#F9C529 (or 0xF9C529) is known color: Saffron. HEX triplet: F9, C5 and 29. RGB value is (249,197,41). Sum of RGB (Red+Green+Blue) = 249+197+41=487 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.13% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 41 (16.41% from 255 or 8.42% from 487); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C529 is #063AD6. Grayscale: #C3C3C3. Windows color (decimal): -408279 or 2737657. OLE color: 2737657.
HSL color Cylindrical-coordinate representation of color #F9C529: hue angle of 45º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9C529 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 197 | 41 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.02 |
| HSL | 45º | 0.95% | 0.57% | - |
| HSV(B) | 45º | 0.84% | 0.98% | - |
| XYZ | 59.43 | 60.23 | 10.59 | - |
| YUV | 194.76 | 41.23 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 197 | 41 | 0 | 0.21 | 0.84 | 0.02 | 45 | 0.95 | 0.57 |
| Hex | F9 | C5 | 29 | 0 | 15 | 54 | 2 | 2D | 5F | 39 |
| Octal | 371 | 305 | 51 | 0 | 25 | 124 | 2 | 55 | 137 | 71 |
| Binary | 11111001 | 11000101 | 101001 | 0 | 10101 | 1010100 | 10 | 101101 | 1011111 | 111001 |
Color Harmonies of #F9C529
Complementary color
Monochromatic Colors of #F9C529
Black with #F9C529
Text Example
Text Example
White with #F9C529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C529; }
p { color: rgb(249,197,41); }
H1.HeaderClassName
{
color: #F9C529;
}
.AnyTagClassName
{
color: #F9C529;
}
</style>
background-color css
<style>
a { background-color: #F9C529; }
a { background-color: rgb(249,197,41); }
div.DivClassName
{
background-color: #F9C529;
}
.BgClassName
{
background-color: #F9C529;
}
</style>
border-color css
<style>
span { border-color: #F9C529; }
span { border-color: rgb(249,197,41); }
td.TdClassName
{
border-color: #F9C529;
}
.TagClassName
{
border-color: #F9C529;
}
</style>