Shades of Sunglow #F5D13A
Tints of Sunglow #F5D13A
RGB
CMYK
RGB Variations
Color information
#F5D13A (or 0xF5D13A) is known color: Sunglow. HEX triplet: F5, D1 and 3A. RGB value is (245,209,58). Sum of RGB (Red+Green+Blue) = 245+209+58=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 58 (23.05% from 255 or 11.33% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D13A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D13A is #0A2EC5. Grayscale: #CBCBCB. Windows color (decimal): -667334 or 3854837. OLE color: 3854837.
HSL color Cylindrical-coordinate representation of color #F5D13A: hue angle of 48.45º 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 #F5D13A is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 209 | 58 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.04 |
| HSL | 48.45º | 0.9% | 0.59% | - |
| HSV(B) | 48.45º | 0.76% | 0.96% | - |
| XYZ | 61.22 | 65.32 | 13.38 | - |
| YUV | 202.55 | 46.43 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 209 | 58 | 0 | 0.15 | 0.76 | 0.04 | 48.45 | 0.9 | 0.59 |
| Hex | F5 | D1 | 3A | 0 | F | 4C | 4 | 30 | 5A | 3B |
| Octal | 365 | 321 | 72 | 0 | 17 | 114 | 4 | 60 | 132 | 73 |
| Binary | 11110101 | 11010001 | 111010 | 0 | 1111 | 1001100 | 100 | 110000 | 1011010 | 111011 |
Color Harmonies of #F5D13A
Complementary color
Monochromatic Colors of #F5D13A
Black with #F5D13A
Text Example
Text Example
White with #F5D13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D13A; }
p { color: rgb(245,209,58); }
H1.HeaderClassName
{
color: #F5D13A;
}
.AnyTagClassName
{
color: #F5D13A;
}
</style>
background-color css
<style>
a { background-color: #F5D13A; }
a { background-color: rgb(245,209,58); }
div.DivClassName
{
background-color: #F5D13A;
}
.BgClassName
{
background-color: #F5D13A;
}
</style>
border-color css
<style>
span { border-color: #F5D13A; }
span { border-color: rgb(245,209,58); }
td.TdClassName
{
border-color: #F5D13A;
}
.TagClassName
{
border-color: #F5D13A;
}
</style>