Shades of Saffron #F9CA2E
Tints of Saffron #F9CA2E
RGB
CMYK
RGB Variations
Color information
#F9CA2E (or 0xF9CA2E) is known color: Saffron. HEX triplet: F9, CA and 2E. RGB value is (249,202,46). Sum of RGB (Red+Green+Blue) = 249+202+46=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 46 (18.36% from 255 or 9.26% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CA2E is #0635D1. Grayscale: #C6C6C6. Windows color (decimal): -406994 or 3066617. OLE color: 3066617.
HSL color Cylindrical-coordinate representation of color #F9CA2E: hue angle of 46.11º 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 #F9CA2E is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 202 | 46 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.02 |
| HSL | 46.11º | 0.94% | 0.58% | - |
| HSV(B) | 46.11º | 0.82% | 0.98% | - |
| XYZ | 60.68 | 62.58 | 11.47 | - |
| YUV | 198.27 | 42.07 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 202 | 46 | 0 | 0.19 | 0.82 | 0.02 | 46.11 | 0.94 | 0.58 |
| Hex | F9 | CA | 2E | 0 | 13 | 52 | 2 | 2E | 5E | 3A |
| Octal | 371 | 312 | 56 | 0 | 23 | 122 | 2 | 56 | 136 | 72 |
| Binary | 11111001 | 11001010 | 101110 | 0 | 10011 | 1010010 | 10 | 101110 | 1011110 | 111010 |
Color Harmonies of #F9CA2E
Complementary color
Monochromatic Colors of #F9CA2E
Black with #F9CA2E
Text Example
Text Example
White with #F9CA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CA2E; }
p { color: rgb(249,202,46); }
H1.HeaderClassName
{
color: #F9CA2E;
}
.AnyTagClassName
{
color: #F9CA2E;
}
</style>
background-color css
<style>
a { background-color: #F9CA2E; }
a { background-color: rgb(249,202,46); }
div.DivClassName
{
background-color: #F9CA2E;
}
.BgClassName
{
background-color: #F9CA2E;
}
</style>
border-color css
<style>
span { border-color: #F9CA2E; }
span { border-color: rgb(249,202,46); }
td.TdClassName
{
border-color: #F9CA2E;
}
.TagClassName
{
border-color: #F9CA2E;
}
</style>