Shades of Saffron #F5C93C
Tints of Saffron #F5C93C
RGB
CMYK
RGB Variations
Color information
#F5C93C (or 0xF5C93C) is known color: Saffron. HEX triplet: F5, C9 and 3C. RGB value is (245,201,60). Sum of RGB (Red+Green+Blue) = 245+201+60=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 60 (23.83% from 255 or 11.86% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C93C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C93C is #0A36C3. Grayscale: #C6C6C6. Windows color (decimal): -669380 or 3983861. OLE color: 3983861.
HSL color Cylindrical-coordinate representation of color #F5C93C: hue angle of 45.73º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5C93C is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 201 | 60 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.04 |
| HSL | 45.73º | 0.9% | 0.6% | - |
| HSV(B) | 45.73º | 0.76% | 0.96% | - |
| XYZ | 59.36 | 61.51 | 13.02 | - |
| YUV | 198.08 | 50.08 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 201 | 60 | 0 | 0.18 | 0.76 | 0.04 | 45.73 | 0.9 | 0.6 |
| Hex | F5 | C9 | 3C | 0 | 12 | 4C | 4 | 2E | 5A | 3C |
| Octal | 365 | 311 | 74 | 0 | 22 | 114 | 4 | 56 | 132 | 74 |
| Binary | 11110101 | 11001001 | 111100 | 0 | 10010 | 1001100 | 100 | 101110 | 1011010 | 111100 |
Color Harmonies of #F5C93C
Complementary color
Monochromatic Colors of #F5C93C
Black with #F5C93C
Text Example
Text Example
White with #F5C93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C93C; }
p { color: rgb(245,201,60); }
H1.HeaderClassName
{
color: #F5C93C;
}
.AnyTagClassName
{
color: #F5C93C;
}
</style>
background-color css
<style>
a { background-color: #F5C93C; }
a { background-color: rgb(245,201,60); }
div.DivClassName
{
background-color: #F5C93C;
}
.BgClassName
{
background-color: #F5C93C;
}
</style>
border-color css
<style>
span { border-color: #F5C93C; }
span { border-color: rgb(245,201,60); }
td.TdClassName
{
border-color: #F5C93C;
}
.TagClassName
{
border-color: #F5C93C;
}
</style>