Shades of Saffron #F5C23A
Tints of Saffron #F5C23A
RGB
CMYK
RGB Variations
Color information
#F5C23A (or 0xF5C23A) is known color: Saffron. HEX triplet: F5, C2 and 3A. RGB value is (245,194,58). Sum of RGB (Red+Green+Blue) = 245+194+58=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 58 (23.05% from 255 or 11.67% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C23A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C23A is #0A3DC5. Grayscale: #C2C2C2. Windows color (decimal): -671174 or 3850997. OLE color: 3850997.
HSL color Cylindrical-coordinate representation of color #F5C23A: hue angle of 43.64º 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 #F5C23A is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 194 | 58 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.04 |
| HSL | 43.64º | 0.9% | 0.59% | - |
| HSV(B) | 43.64º | 0.76% | 0.96% | - |
| XYZ | 57.71 | 58.3 | 12.21 | - |
| YUV | 193.75 | 51.4 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 194 | 58 | 0 | 0.21 | 0.76 | 0.04 | 43.64 | 0.9 | 0.59 |
| Hex | F5 | C2 | 3A | 0 | 15 | 4C | 4 | 2C | 5A | 3B |
| Octal | 365 | 302 | 72 | 0 | 25 | 114 | 4 | 54 | 132 | 73 |
| Binary | 11110101 | 11000010 | 111010 | 0 | 10101 | 1001100 | 100 | 101100 | 1011010 | 111011 |
Color Harmonies of #F5C23A
Complementary color
Monochromatic Colors of #F5C23A
Black with #F5C23A
Text Example
Text Example
White with #F5C23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C23A; }
p { color: rgb(245,194,58); }
H1.HeaderClassName
{
color: #F5C23A;
}
.AnyTagClassName
{
color: #F5C23A;
}
</style>
background-color css
<style>
a { background-color: #F5C23A; }
a { background-color: rgb(245,194,58); }
div.DivClassName
{
background-color: #F5C23A;
}
.BgClassName
{
background-color: #F5C23A;
}
</style>
border-color css
<style>
span { border-color: #F5C23A; }
span { border-color: rgb(245,194,58); }
td.TdClassName
{
border-color: #F5C23A;
}
.TagClassName
{
border-color: #F5C23A;
}
</style>