Shades of Saffron #F5C42B
Tints of Saffron #F5C42B
RGB
CMYK
RGB Variations
Color information
#F5C42B (or 0xF5C42B) is known color: Saffron. HEX triplet: F5, C4 and 2B. RGB value is (245,196,43). Sum of RGB (Red+Green+Blue) = 245+196+43=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 43 (17.19% from 255 or 8.88% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C42B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C42B is #0A3BD4. Grayscale: #C1C1C1. Windows color (decimal): -670677 or 2868469. OLE color: 2868469.
HSL color Cylindrical-coordinate representation of color #F5C42B: hue angle of 45.45º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5C42B is Cyan = 0, Magento = 0.2, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 196 | 43 | - |
| CMYK | 0 | 0.2 | 0.82 | 0.04 |
| HSL | 45.45º | 0.91% | 0.56% | - |
| HSV(B) | 45.45º | 0.82% | 0.96% | - |
| XYZ | 57.83 | 59.07 | 10.64 | - |
| YUV | 193.21 | 43.23 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 196 | 43 | 0 | 0.2 | 0.82 | 0.04 | 45.45 | 0.91 | 0.56 |
| Hex | F5 | C4 | 2B | 0 | 14 | 52 | 4 | 2D | 5B | 38 |
| Octal | 365 | 304 | 53 | 0 | 24 | 122 | 4 | 55 | 133 | 70 |
| Binary | 11110101 | 11000100 | 101011 | 0 | 10100 | 1010010 | 100 | 101101 | 1011011 | 111000 |
Color Harmonies of #F5C42B
Complementary color
Monochromatic Colors of #F5C42B
Black with #F5C42B
Text Example
Text Example
White with #F5C42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C42B; }
p { color: rgb(245,196,43); }
H1.HeaderClassName
{
color: #F5C42B;
}
.AnyTagClassName
{
color: #F5C42B;
}
</style>
background-color css
<style>
a { background-color: #F5C42B; }
a { background-color: rgb(245,196,43); }
div.DivClassName
{
background-color: #F5C42B;
}
.BgClassName
{
background-color: #F5C42B;
}
</style>
border-color css
<style>
span { border-color: #F5C42B; }
span { border-color: rgb(245,196,43); }
td.TdClassName
{
border-color: #F5C42B;
}
.TagClassName
{
border-color: #F5C42B;
}
</style>