Shades of Sunglow #F5D03A
Tints of Sunglow #F5D03A
RGB
CMYK
RGB Variations
Color information
#F5D03A (or 0xF5D03A) is known color: Sunglow. HEX triplet: F5, D0 and 3A. RGB value is (245,208,58). Sum of RGB (Red+Green+Blue) = 245+208+58=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 58 (23.05% from 255 or 11.35% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D03A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D03A is #0A2FC5. Grayscale: #CACACA. Windows color (decimal): -667590 or 3854581. OLE color: 3854581.
HSL color Cylindrical-coordinate representation of color #F5D03A: hue angle of 48.13º 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 #F5D03A is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 208 | 58 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.04 |
| HSL | 48.13º | 0.9% | 0.59% | - |
| HSV(B) | 48.13º | 0.76% | 0.96% | - |
| XYZ | 60.98 | 64.83 | 13.3 | - |
| YUV | 201.96 | 46.76 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 208 | 58 | 0 | 0.15 | 0.76 | 0.04 | 48.13 | 0.9 | 0.59 |
| Hex | F5 | D0 | 3A | 0 | F | 4C | 4 | 30 | 5A | 3B |
| Octal | 365 | 320 | 72 | 0 | 17 | 114 | 4 | 60 | 132 | 73 |
| Binary | 11110101 | 11010000 | 111010 | 0 | 1111 | 1001100 | 100 | 110000 | 1011010 | 111011 |
Color Harmonies of #F5D03A
Complementary color
Monochromatic Colors of #F5D03A
Black with #F5D03A
Text Example
Text Example
White with #F5D03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D03A; }
p { color: rgb(245,208,58); }
H1.HeaderClassName
{
color: #F5D03A;
}
.AnyTagClassName
{
color: #F5D03A;
}
</style>
background-color css
<style>
a { background-color: #F5D03A; }
a { background-color: rgb(245,208,58); }
div.DivClassName
{
background-color: #F5D03A;
}
.BgClassName
{
background-color: #F5D03A;
}
</style>
border-color css
<style>
span { border-color: #F5D03A; }
span { border-color: rgb(245,208,58); }
td.TdClassName
{
border-color: #F5D03A;
}
.TagClassName
{
border-color: #F5D03A;
}
</style>