Shades of Sunglow #F5D337
Tints of Sunglow #F5D337
RGB
CMYK
RGB Variations
Color information
#F5D337 (or 0xF5D337) is known color: Sunglow. HEX triplet: F5, D3 and 37. RGB value is (245,211,55). Sum of RGB (Red+Green+Blue) = 245+211+55=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 55 (21.88% from 255 or 10.76% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D337 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D337 is #0A2CC8. Grayscale: #CCCCCC. Windows color (decimal): -666825 or 3658741. OLE color: 3658741.
HSL color Cylindrical-coordinate representation of color #F5D337: hue angle of 49.26º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5D337 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 211 | 55 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.04 |
| HSL | 49.26º | 0.9% | 0.59% | - |
| HSV(B) | 49.26º | 0.78% | 0.96% | - |
| XYZ | 61.64 | 66.28 | 13.16 | - |
| YUV | 203.38 | 44.26 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 211 | 55 | 0 | 0.14 | 0.78 | 0.04 | 49.26 | 0.9 | 0.59 |
| Hex | F5 | D3 | 37 | 0 | E | 4E | 4 | 31 | 5A | 3B |
| Octal | 365 | 323 | 67 | 0 | 16 | 116 | 4 | 61 | 132 | 73 |
| Binary | 11110101 | 11010011 | 110111 | 0 | 1110 | 1001110 | 100 | 110001 | 1011010 | 111011 |
Color Harmonies of #F5D337
Complementary color
Monochromatic Colors of #F5D337
Black with #F5D337
Text Example
Text Example
White with #F5D337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D337; }
p { color: rgb(245,211,55); }
H1.HeaderClassName
{
color: #F5D337;
}
.AnyTagClassName
{
color: #F5D337;
}
</style>
background-color css
<style>
a { background-color: #F5D337; }
a { background-color: rgb(245,211,55); }
div.DivClassName
{
background-color: #F5D337;
}
.BgClassName
{
background-color: #F5D337;
}
</style>
border-color css
<style>
span { border-color: #F5D337; }
span { border-color: rgb(245,211,55); }
td.TdClassName
{
border-color: #F5D337;
}
.TagClassName
{
border-color: #F5D337;
}
</style>