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