Shades of Saffron #F7C630
Tints of Saffron #F7C630
RGB
CMYK
RGB Variations
Color information
#F7C630 (or 0xF7C630) is known color: Saffron. HEX triplet: F7, C6 and 30. RGB value is (247,198,48). Sum of RGB (Red+Green+Blue) = 247+198+48=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 48 (19.14% from 255 or 9.74% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C630 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C630 is #0839CF. Grayscale: #C4C4C4. Windows color (decimal): -539088 or 3196663. OLE color: 3196663.
HSL color Cylindrical-coordinate representation of color #F7C630: hue angle of 45.23º 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 #F7C630 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 198 | 48 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.03 |
| HSL | 45.23º | 0.93% | 0.58% | - |
| HSV(B) | 45.23º | 0.81% | 0.97% | - |
| XYZ | 59.09 | 60.38 | 11.34 | - |
| YUV | 195.55 | 44.73 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 198 | 48 | 0 | 0.20 | 0.81 | 0.03 | 45.23 | 0.93 | 0.58 |
| Hex | F7 | C6 | 30 | 0 | 14 | 51 | 3 | 2D | 5D | 3A |
| Octal | 367 | 306 | 60 | 0 | 24 | 121 | 3 | 55 | 135 | 72 |
| Binary | 11110111 | 11000110 | 110000 | 0 | 10100 | 1010001 | 11 | 101101 | 1011101 | 111010 |
Color Harmonies of #F7C630
Complementary color
Monochromatic Colors of #F7C630
Black with #F7C630
Text Example
Text Example
White with #F7C630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C630; }
p { color: rgb(247,198,48); }
H1.HeaderClassName
{
color: #F7C630;
}
.AnyTagClassName
{
color: #F7C630;
}
</style>
background-color css
<style>
a { background-color: #F7C630; }
a { background-color: rgb(247,198,48); }
div.DivClassName
{
background-color: #F7C630;
}
.BgClassName
{
background-color: #F7C630;
}
</style>
border-color css
<style>
span { border-color: #F7C630; }
span { border-color: rgb(247,198,48); }
td.TdClassName
{
border-color: #F7C630;
}
.TagClassName
{
border-color: #F7C630;
}
</style>