Shades of Saffron #F7C030
Tints of Saffron #F7C030
RGB
CMYK
RGB Variations
Color information
#F7C030 (or 0xF7C030) is known color: Saffron. HEX triplet: F7, C0 and 30. RGB value is (247,192,48). Sum of RGB (Red+Green+Blue) = 247+192+48=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 48 (19.14% from 255 or 9.86% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C030 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C030 is #083FCF. Grayscale: #C0C0C0. Windows color (decimal): -540624 or 3195127. OLE color: 3195127.
HSL color Cylindrical-coordinate representation of color #F7C030: hue angle of 43.42º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7C030 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 192 | 48 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.03 |
| HSL | 43.42º | 0.93% | 0.58% | - |
| HSV(B) | 43.42º | 0.81% | 0.97% | - |
| XYZ | 57.74 | 57.69 | 10.89 | - |
| YUV | 192.03 | 46.72 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 192 | 48 | 0 | 0.22 | 0.81 | 0.03 | 43.42 | 0.93 | 0.58 |
| Hex | F7 | C0 | 30 | 0 | 16 | 51 | 3 | 2B | 5D | 3A |
| Octal | 367 | 300 | 60 | 0 | 26 | 121 | 3 | 53 | 135 | 72 |
| Binary | 11110111 | 11000000 | 110000 | 0 | 10110 | 1010001 | 11 | 101011 | 1011101 | 111010 |
Color Harmonies of #F7C030
Complementary color
Monochromatic Colors of #F7C030
Black with #F7C030
Text Example
Text Example
White with #F7C030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C030; }
p { color: rgb(247,192,48); }
H1.HeaderClassName
{
color: #F7C030;
}
.AnyTagClassName
{
color: #F7C030;
}
</style>
background-color css
<style>
a { background-color: #F7C030; }
a { background-color: rgb(247,192,48); }
div.DivClassName
{
background-color: #F7C030;
}
.BgClassName
{
background-color: #F7C030;
}
</style>
border-color css
<style>
span { border-color: #F7C030; }
span { border-color: rgb(247,192,48); }
td.TdClassName
{
border-color: #F7C030;
}
.TagClassName
{
border-color: #F7C030;
}
</style>