Shades of Saffron #F8C63A
Tints of Saffron #F8C63A
RGB
CMYK
RGB Variations
Color information
#F8C63A (or 0xF8C63A) is known color: Saffron. HEX triplet: F8, C6 and 3A. RGB value is (248,198,58). Sum of RGB (Red+Green+Blue) = 248+198+58=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 58 (23.05% from 255 or 11.51% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C63A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C63A is #0739C5. Grayscale: #C5C5C5. Windows color (decimal): -473542 or 3852024. OLE color: 3852024.
HSL color Cylindrical-coordinate representation of color #F8C63A: hue angle of 44.21º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F8C63A is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 58 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.03 |
| HSL | 44.21º | 0.93% | 0.6% | - |
| HSV(B) | 44.21º | 0.77% | 0.97% | - |
| XYZ | 59.67 | 60.65 | 12.56 | - |
| YUV | 196.99 | 49.57 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 58 | 0 | 0.20 | 0.77 | 0.03 | 44.21 | 0.93 | 0.6 |
| Hex | F8 | C6 | 3A | 0 | 14 | 4D | 3 | 2C | 5D | 3C |
| Octal | 370 | 306 | 72 | 0 | 24 | 115 | 3 | 54 | 135 | 74 |
| Binary | 11111000 | 11000110 | 111010 | 0 | 10100 | 1001101 | 11 | 101100 | 1011101 | 111100 |
Color Harmonies of #F8C63A
Complementary color
Monochromatic Colors of #F8C63A
Black with #F8C63A
Text Example
Text Example
White with #F8C63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C63A; }
p { color: rgb(248,198,58); }
H1.HeaderClassName
{
color: #F8C63A;
}
.AnyTagClassName
{
color: #F8C63A;
}
</style>
background-color css
<style>
a { background-color: #F8C63A; }
a { background-color: rgb(248,198,58); }
div.DivClassName
{
background-color: #F8C63A;
}
.BgClassName
{
background-color: #F8C63A;
}
</style>
border-color css
<style>
span { border-color: #F8C63A; }
span { border-color: rgb(248,198,58); }
td.TdClassName
{
border-color: #F8C63A;
}
.TagClassName
{
border-color: #F8C63A;
}
</style>