Shades of Saffron #F5CB3A
Tints of Saffron #F5CB3A
RGB
CMYK
RGB Variations
Color information
#F5CB3A (or 0xF5CB3A) is known color: Saffron. HEX triplet: F5, CB and 3A. RGB value is (245,203,58). Sum of RGB (Red+Green+Blue) = 245+203+58=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 58 (23.05% from 255 or 11.46% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CB3A is #0A34C5. Grayscale: #C7C7C7. Windows color (decimal): -668870 or 3853301. OLE color: 3853301.
HSL color Cylindrical-coordinate representation of color #F5CB3A: hue angle of 46.52º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5CB3A is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 203 | 58 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.04 |
| HSL | 46.52º | 0.9% | 0.59% | - |
| HSV(B) | 46.52º | 0.76% | 0.96% | - |
| XYZ | 59.78 | 62.43 | 12.9 | - |
| YUV | 199.03 | 48.41 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 203 | 58 | 0 | 0.17 | 0.76 | 0.04 | 46.52 | 0.9 | 0.59 |
| Hex | F5 | CB | 3A | 0 | 11 | 4C | 4 | 2F | 5A | 3B |
| Octal | 365 | 313 | 72 | 0 | 21 | 114 | 4 | 57 | 132 | 73 |
| Binary | 11110101 | 11001011 | 111010 | 0 | 10001 | 1001100 | 100 | 101111 | 1011010 | 111011 |
Color Harmonies of #F5CB3A
Complementary color
Monochromatic Colors of #F5CB3A
Black with #F5CB3A
Text Example
Text Example
White with #F5CB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CB3A; }
p { color: rgb(245,203,58); }
H1.HeaderClassName
{
color: #F5CB3A;
}
.AnyTagClassName
{
color: #F5CB3A;
}
</style>
background-color css
<style>
a { background-color: #F5CB3A; }
a { background-color: rgb(245,203,58); }
div.DivClassName
{
background-color: #F5CB3A;
}
.BgClassName
{
background-color: #F5CB3A;
}
</style>
border-color css
<style>
span { border-color: #F5CB3A; }
span { border-color: rgb(245,203,58); }
td.TdClassName
{
border-color: #F5CB3A;
}
.TagClassName
{
border-color: #F5CB3A;
}
</style>