Shades of Saffron #F9CA2D
Tints of Saffron #F9CA2D
RGB
CMYK
RGB Variations
Color information
#F9CA2D (or 0xF9CA2D) is known color: Saffron. HEX triplet: F9, CA and 2D. RGB value is (249,202,45). Sum of RGB (Red+Green+Blue) = 249+202+45=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 45 (17.97% from 255 or 9.07% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CA2D is #0635D2. Grayscale: #C6C6C6. Windows color (decimal): -406995 or 3001081. OLE color: 3001081.
HSL color Cylindrical-coordinate representation of color #F9CA2D: hue angle of 46.18º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9CA2D is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 202 | 45 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.02 |
| HSL | 46.18º | 0.94% | 0.58% | - |
| HSV(B) | 46.18º | 0.82% | 0.98% | - |
| XYZ | 60.66 | 62.57 | 11.36 | - |
| YUV | 198.16 | 41.57 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 202 | 45 | 0 | 0.19 | 0.82 | 0.02 | 46.18 | 0.94 | 0.58 |
| Hex | F9 | CA | 2D | 0 | 13 | 52 | 2 | 2E | 5E | 3A |
| Octal | 371 | 312 | 55 | 0 | 23 | 122 | 2 | 56 | 136 | 72 |
| Binary | 11111001 | 11001010 | 101101 | 0 | 10011 | 1010010 | 10 | 101110 | 1011110 | 111010 |
Color Harmonies of #F9CA2D
Complementary color
Monochromatic Colors of #F9CA2D
Black with #F9CA2D
Text Example
Text Example
White with #F9CA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CA2D; }
p { color: rgb(249,202,45); }
H1.HeaderClassName
{
color: #F9CA2D;
}
.AnyTagClassName
{
color: #F9CA2D;
}
</style>
background-color css
<style>
a { background-color: #F9CA2D; }
a { background-color: rgb(249,202,45); }
div.DivClassName
{
background-color: #F9CA2D;
}
.BgClassName
{
background-color: #F9CA2D;
}
</style>
border-color css
<style>
span { border-color: #F9CA2D; }
span { border-color: rgb(249,202,45); }
td.TdClassName
{
border-color: #F9CA2D;
}
.TagClassName
{
border-color: #F9CA2D;
}
</style>