Shades of Sunglow #F5D43C
Tints of Sunglow #F5D43C
RGB
CMYK
RGB Variations
Color information
#F5D43C (or 0xF5D43C) is known color: Sunglow. HEX triplet: F5, D4 and 3C. RGB value is (245,212,60). Sum of RGB (Red+Green+Blue) = 245+212+60=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 60 (23.83% from 255 or 11.61% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D43C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D43C is #0A2BC3. Grayscale: #CDCDCD. Windows color (decimal): -666564 or 3986677. OLE color: 3986677.
HSL color Cylindrical-coordinate representation of color #F5D43C: hue angle of 49.3º 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 #F5D43C is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 212 | 60 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.04 |
| HSL | 49.3º | 0.9% | 0.6% | - |
| HSV(B) | 49.3º | 0.76% | 0.96% | - |
| XYZ | 62.02 | 66.83 | 13.91 | - |
| YUV | 204.54 | 46.43 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 212 | 60 | 0 | 0.13 | 0.76 | 0.04 | 49.3 | 0.9 | 0.6 |
| Hex | F5 | D4 | 3C | 0 | D | 4C | 4 | 31 | 5A | 3C |
| Octal | 365 | 324 | 74 | 0 | 15 | 114 | 4 | 61 | 132 | 74 |
| Binary | 11110101 | 11010100 | 111100 | 0 | 1101 | 1001100 | 100 | 110001 | 1011010 | 111100 |
Color Harmonies of #F5D43C
Complementary color
Monochromatic Colors of #F5D43C
Black with #F5D43C
Text Example
Text Example
White with #F5D43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D43C; }
p { color: rgb(245,212,60); }
H1.HeaderClassName
{
color: #F5D43C;
}
.AnyTagClassName
{
color: #F5D43C;
}
</style>
background-color css
<style>
a { background-color: #F5D43C; }
a { background-color: rgb(245,212,60); }
div.DivClassName
{
background-color: #F5D43C;
}
.BgClassName
{
background-color: #F5D43C;
}
</style>
border-color css
<style>
span { border-color: #F5D43C; }
span { border-color: rgb(245,212,60); }
td.TdClassName
{
border-color: #F5D43C;
}
.TagClassName
{
border-color: #F5D43C;
}
</style>