Shades of Saffron #F7CA31
Tints of Saffron #F7CA31
RGB
CMYK
RGB Variations
Color information
#F7CA31 (or 0xF7CA31) is known color: Saffron. HEX triplet: F7, CA and 31. RGB value is (247,202,49). Sum of RGB (Red+Green+Blue) = 247+202+49=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 49 (19.53% from 255 or 9.84% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CA31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CA31 is #0835CE. Grayscale: #C6C6C6. Windows color (decimal): -538063 or 3263223. OLE color: 3263223.
HSL color Cylindrical-coordinate representation of color #F7CA31: hue angle of 46.36º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F7CA31 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 202 | 49 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.03 |
| HSL | 46.36º | 0.93% | 0.58% | - |
| HSV(B) | 46.36º | 0.8% | 0.97% | - |
| XYZ | 60.03 | 62.24 | 11.75 | - |
| YUV | 198.01 | 43.91 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 202 | 49 | 0 | 0.18 | 0.80 | 0.03 | 46.36 | 0.93 | 0.58 |
| Hex | F7 | CA | 31 | 0 | 12 | 50 | 3 | 2E | 5D | 3A |
| Octal | 367 | 312 | 61 | 0 | 22 | 120 | 3 | 56 | 135 | 72 |
| Binary | 11110111 | 11001010 | 110001 | 0 | 10010 | 1010000 | 11 | 101110 | 1011101 | 111010 |
Color Harmonies of #F7CA31
Complementary color
Monochromatic Colors of #F7CA31
Black with #F7CA31
Text Example
Text Example
White with #F7CA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CA31; }
p { color: rgb(247,202,49); }
H1.HeaderClassName
{
color: #F7CA31;
}
.AnyTagClassName
{
color: #F7CA31;
}
</style>
background-color css
<style>
a { background-color: #F7CA31; }
a { background-color: rgb(247,202,49); }
div.DivClassName
{
background-color: #F7CA31;
}
.BgClassName
{
background-color: #F7CA31;
}
</style>
border-color css
<style>
span { border-color: #F7CA31; }
span { border-color: rgb(247,202,49); }
td.TdClassName
{
border-color: #F7CA31;
}
.TagClassName
{
border-color: #F7CA31;
}
</style>