Shades of Saffron #F8C53D
Tints of Saffron #F8C53D
RGB
CMYK
RGB Variations
Color information
#F8C53D (or 0xF8C53D) is known color: Saffron. HEX triplet: F8, C5 and 3D. RGB value is (248,197,61). Sum of RGB (Red+Green+Blue) = 248+197+61=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 61 (24.22% from 255 or 12.06% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C53D is #073AC2. Grayscale: #C5C5C5. Windows color (decimal): -473795 or 4048376. OLE color: 4048376.
HSL color Cylindrical-coordinate representation of color #F8C53D: hue angle of 43.64º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8C53D is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 197 | 61 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.03 |
| HSL | 43.64º | 0.93% | 0.61% | - |
| HSV(B) | 43.64º | 0.75% | 0.97% | - |
| XYZ | 59.52 | 60.23 | 12.9 | - |
| YUV | 196.75 | 51.4 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 197 | 61 | 0 | 0.21 | 0.75 | 0.03 | 43.64 | 0.93 | 0.61 |
| Hex | F8 | C5 | 3D | 0 | 15 | 4B | 3 | 2C | 5D | 3D |
| Octal | 370 | 305 | 75 | 0 | 25 | 113 | 3 | 54 | 135 | 75 |
| Binary | 11111000 | 11000101 | 111101 | 0 | 10101 | 1001011 | 11 | 101100 | 1011101 | 111101 |
Color Harmonies of #F8C53D
Complementary color
Monochromatic Colors of #F8C53D
Black with #F8C53D
Text Example
Text Example
White with #F8C53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C53D; }
p { color: rgb(248,197,61); }
H1.HeaderClassName
{
color: #F8C53D;
}
.AnyTagClassName
{
color: #F8C53D;
}
</style>
background-color css
<style>
a { background-color: #F8C53D; }
a { background-color: rgb(248,197,61); }
div.DivClassName
{
background-color: #F8C53D;
}
.BgClassName
{
background-color: #F8C53D;
}
</style>
border-color css
<style>
span { border-color: #F8C53D; }
span { border-color: rgb(248,197,61); }
td.TdClassName
{
border-color: #F8C53D;
}
.TagClassName
{
border-color: #F8C53D;
}
</style>