Shades of Saffron #F5C62B
Tints of Saffron #F5C62B
RGB
CMYK
RGB Variations
Color information
#F5C62B (or 0xF5C62B) is known color: Saffron. HEX triplet: F5, C6 and 2B. RGB value is (245,198,43). Sum of RGB (Red+Green+Blue) = 245+198+43=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 43 (17.19% from 255 or 8.85% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C62B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C62B is #0A39D4. Grayscale: #C3C3C3. Windows color (decimal): -670165 or 2868981. OLE color: 2868981.
HSL color Cylindrical-coordinate representation of color #F5C62B: hue angle of 46.04º 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 #F5C62B is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 198 | 43 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.04 |
| HSL | 46.04º | 0.91% | 0.56% | - |
| HSV(B) | 46.04º | 0.82% | 0.96% | - |
| XYZ | 58.29 | 59.98 | 10.79 | - |
| YUV | 194.38 | 42.57 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 198 | 43 | 0 | 0.19 | 0.82 | 0.04 | 46.04 | 0.91 | 0.56 |
| Hex | F5 | C6 | 2B | 0 | 13 | 52 | 4 | 2E | 5B | 38 |
| Octal | 365 | 306 | 53 | 0 | 23 | 122 | 4 | 56 | 133 | 70 |
| Binary | 11110101 | 11000110 | 101011 | 0 | 10011 | 1010010 | 100 | 101110 | 1011011 | 111000 |
Color Harmonies of #F5C62B
Complementary color
Monochromatic Colors of #F5C62B
Black with #F5C62B
Text Example
Text Example
White with #F5C62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C62B; }
p { color: rgb(245,198,43); }
H1.HeaderClassName
{
color: #F5C62B;
}
.AnyTagClassName
{
color: #F5C62B;
}
</style>
background-color css
<style>
a { background-color: #F5C62B; }
a { background-color: rgb(245,198,43); }
div.DivClassName
{
background-color: #F5C62B;
}
.BgClassName
{
background-color: #F5C62B;
}
</style>
border-color css
<style>
span { border-color: #F5C62B; }
span { border-color: rgb(245,198,43); }
td.TdClassName
{
border-color: #F5C62B;
}
.TagClassName
{
border-color: #F5C62B;
}
</style>