Shades of Saffron #F9C140
Tints of Saffron #F9C140
RGB
CMYK
RGB Variations
Color information
#F9C140 (or 0xF9C140) is known color: Saffron. HEX triplet: F9, C1 and 40. RGB value is (249,193,64). Sum of RGB (Red+Green+Blue) = 249+193+64=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 64 (25.39% from 255 or 12.65% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C140 is #063EBF. Grayscale: #C3C3C3. Windows color (decimal): -409280 or 4243961. OLE color: 4243961.
HSL color Cylindrical-coordinate representation of color #F9C140: hue angle of 41.84º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F9C140 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 193 | 64 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.02 |
| HSL | 41.84º | 0.94% | 0.61% | - |
| HSV(B) | 41.84º | 0.74% | 0.98% | - |
| XYZ | 59.06 | 58.65 | 13.06 | - |
| YUV | 195.04 | 54.05 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 193 | 64 | 0 | 0.22 | 0.74 | 0.02 | 41.84 | 0.94 | 0.61 |
| Hex | F9 | C1 | 40 | 0 | 16 | 4A | 2 | 2A | 5E | 3D |
| Octal | 371 | 301 | 100 | 0 | 26 | 112 | 2 | 52 | 136 | 75 |
| Binary | 11111001 | 11000001 | 1000000 | 0 | 10110 | 1001010 | 10 | 101010 | 1011110 | 111101 |
Color Harmonies of #F9C140
Complementary color
Monochromatic Colors of #F9C140
Black with #F9C140
Text Example
Text Example
White with #F9C140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C140; }
p { color: rgb(249,193,64); }
H1.HeaderClassName
{
color: #F9C140;
}
.AnyTagClassName
{
color: #F9C140;
}
</style>
background-color css
<style>
a { background-color: #F9C140; }
a { background-color: rgb(249,193,64); }
div.DivClassName
{
background-color: #F9C140;
}
.BgClassName
{
background-color: #F9C140;
}
</style>
border-color css
<style>
span { border-color: #F9C140; }
span { border-color: rgb(249,193,64); }
td.TdClassName
{
border-color: #F9C140;
}
.TagClassName
{
border-color: #F9C140;
}
</style>