Shades of Saffron #F8C63B
Tints of Saffron #F8C63B
RGB
CMYK
RGB Variations
Color information
#F8C63B (or 0xF8C63B) is known color: Saffron. HEX triplet: F8, C6 and 3B. RGB value is (248,198,59). Sum of RGB (Red+Green+Blue) = 248+198+59=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 59 (23.44% from 255 or 11.68% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C63B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C63B is #0739C4. Grayscale: #C5C5C5. Windows color (decimal): -473541 or 3917560. OLE color: 3917560.
HSL color Cylindrical-coordinate representation of color #F8C63B: hue angle of 44.13º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F8C63B is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 59 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.03 |
| HSL | 44.13º | 0.93% | 0.6% | - |
| HSV(B) | 44.13º | 0.76% | 0.97% | - |
| XYZ | 59.69 | 60.66 | 12.7 | - |
| YUV | 197.1 | 50.07 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 59 | 0 | 0.20 | 0.76 | 0.03 | 44.13 | 0.93 | 0.6 |
| Hex | F8 | C6 | 3B | 0 | 14 | 4C | 3 | 2C | 5D | 3C |
| Octal | 370 | 306 | 73 | 0 | 24 | 114 | 3 | 54 | 135 | 74 |
| Binary | 11111000 | 11000110 | 111011 | 0 | 10100 | 1001100 | 11 | 101100 | 1011101 | 111100 |
Color Harmonies of #F8C63B
Complementary color
Monochromatic Colors of #F8C63B
Black with #F8C63B
Text Example
Text Example
White with #F8C63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C63B; }
p { color: rgb(248,198,59); }
H1.HeaderClassName
{
color: #F8C63B;
}
.AnyTagClassName
{
color: #F8C63B;
}
</style>
background-color css
<style>
a { background-color: #F8C63B; }
a { background-color: rgb(248,198,59); }
div.DivClassName
{
background-color: #F8C63B;
}
.BgClassName
{
background-color: #F8C63B;
}
</style>
border-color css
<style>
span { border-color: #F8C63B; }
span { border-color: rgb(248,198,59); }
td.TdClassName
{
border-color: #F8C63B;
}
.TagClassName
{
border-color: #F8C63B;
}
</style>