Shades of Sunglow #F5D33C
Tints of Sunglow #F5D33C
RGB
CMYK
RGB Variations
Color information
#F5D33C (or 0xF5D33C) is known color: Sunglow. HEX triplet: F5, D3 and 3C. RGB value is (245,211,60). Sum of RGB (Red+Green+Blue) = 245+211+60=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 60 (23.83% from 255 or 11.63% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D33C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D33C is #0A2CC3. Grayscale: #CCCCCC. Windows color (decimal): -666820 or 3986421. OLE color: 3986421.
HSL color Cylindrical-coordinate representation of color #F5D33C: hue angle of 48.97º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5D33C is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 211 | 60 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.04 |
| HSL | 48.97º | 0.9% | 0.6% | - |
| HSV(B) | 48.97º | 0.76% | 0.96% | - |
| XYZ | 61.77 | 66.33 | 13.82 | - |
| YUV | 203.95 | 46.76 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 211 | 60 | 0 | 0.14 | 0.76 | 0.04 | 48.97 | 0.9 | 0.6 |
| Hex | F5 | D3 | 3C | 0 | E | 4C | 4 | 31 | 5A | 3C |
| Octal | 365 | 323 | 74 | 0 | 16 | 114 | 4 | 61 | 132 | 74 |
| Binary | 11110101 | 11010011 | 111100 | 0 | 1110 | 1001100 | 100 | 110001 | 1011010 | 111100 |
Color Harmonies of #F5D33C
Complementary color
Monochromatic Colors of #F5D33C
Black with #F5D33C
Text Example
Text Example
White with #F5D33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D33C; }
p { color: rgb(245,211,60); }
H1.HeaderClassName
{
color: #F5D33C;
}
.AnyTagClassName
{
color: #F5D33C;
}
</style>
background-color css
<style>
a { background-color: #F5D33C; }
a { background-color: rgb(245,211,60); }
div.DivClassName
{
background-color: #F5D33C;
}
.BgClassName
{
background-color: #F5D33C;
}
</style>
border-color css
<style>
span { border-color: #F5D33C; }
span { border-color: rgb(245,211,60); }
td.TdClassName
{
border-color: #F5D33C;
}
.TagClassName
{
border-color: #F5D33C;
}
</style>