Shades of Saffron #F7C028
Tints of Saffron #F7C028
RGB
CMYK
RGB Variations
Color information
#F7C028 (or 0xF7C028) is known color: Saffron. HEX triplet: F7, C0 and 28. RGB value is (247,192,40). Sum of RGB (Red+Green+Blue) = 247+192+40=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 40 (16.02% from 255 or 8.35% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C028 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C028 is #083FD7. Grayscale: #BFBFBF. Windows color (decimal): -540632 or 2670839. OLE color: 2670839.
HSL color Cylindrical-coordinate representation of color #F7C028: hue angle of 44.06º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F7C028 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 192 | 40 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.03 |
| HSL | 44.06º | 0.93% | 0.56% | - |
| HSV(B) | 44.06º | 0.84% | 0.97% | - |
| XYZ | 57.59 | 57.63 | 10.1 | - |
| YUV | 191.12 | 42.72 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 192 | 40 | 0 | 0.22 | 0.84 | 0.03 | 44.06 | 0.93 | 0.56 |
| Hex | F7 | C0 | 28 | 0 | 16 | 54 | 3 | 2C | 5D | 38 |
| Octal | 367 | 300 | 50 | 0 | 26 | 124 | 3 | 54 | 135 | 70 |
| Binary | 11110111 | 11000000 | 101000 | 0 | 10110 | 1010100 | 11 | 101100 | 1011101 | 111000 |
Color Harmonies of #F7C028
Complementary color
Monochromatic Colors of #F7C028
Black with #F7C028
Text Example
Text Example
White with #F7C028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C028; }
p { color: rgb(247,192,40); }
H1.HeaderClassName
{
color: #F7C028;
}
.AnyTagClassName
{
color: #F7C028;
}
</style>
background-color css
<style>
a { background-color: #F7C028; }
a { background-color: rgb(247,192,40); }
div.DivClassName
{
background-color: #F7C028;
}
.BgClassName
{
background-color: #F7C028;
}
</style>
border-color css
<style>
span { border-color: #F7C028; }
span { border-color: rgb(247,192,40); }
td.TdClassName
{
border-color: #F7C028;
}
.TagClassName
{
border-color: #F7C028;
}
</style>