Shades of Sunglow #F5D53C
Tints of Sunglow #F5D53C
RGB
CMYK
RGB Variations
Color information
#F5D53C (or 0xF5D53C) is known color: Sunglow. HEX triplet: F5, D5 and 3C. RGB value is (245,213,60). Sum of RGB (Red+Green+Blue) = 245+213+60=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 60 (23.83% from 255 or 11.58% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D53C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D53C is #0A2AC3. Grayscale: #CDCDCD. Windows color (decimal): -666308 or 3986933. OLE color: 3986933.
HSL color Cylindrical-coordinate representation of color #F5D53C: hue angle of 49.62º 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 #F5D53C is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 213 | 60 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.04 |
| HSL | 49.62º | 0.9% | 0.6% | - |
| HSV(B) | 49.62º | 0.76% | 0.96% | - |
| XYZ | 62.27 | 67.33 | 13.99 | - |
| YUV | 205.13 | 46.1 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 213 | 60 | 0 | 0.13 | 0.76 | 0.04 | 49.62 | 0.9 | 0.6 |
| Hex | F5 | D5 | 3C | 0 | D | 4C | 4 | 32 | 5A | 3C |
| Octal | 365 | 325 | 74 | 0 | 15 | 114 | 4 | 62 | 132 | 74 |
| Binary | 11110101 | 11010101 | 111100 | 0 | 1101 | 1001100 | 100 | 110010 | 1011010 | 111100 |
Color Harmonies of #F5D53C
Complementary color
Monochromatic Colors of #F5D53C
Black with #F5D53C
Text Example
Text Example
White with #F5D53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D53C; }
p { color: rgb(245,213,60); }
H1.HeaderClassName
{
color: #F5D53C;
}
.AnyTagClassName
{
color: #F5D53C;
}
</style>
background-color css
<style>
a { background-color: #F5D53C; }
a { background-color: rgb(245,213,60); }
div.DivClassName
{
background-color: #F5D53C;
}
.BgClassName
{
background-color: #F5D53C;
}
</style>
border-color css
<style>
span { border-color: #F5D53C; }
span { border-color: rgb(245,213,60); }
td.TdClassName
{
border-color: #F5D53C;
}
.TagClassName
{
border-color: #F5D53C;
}
</style>