Shades of Sunglow #F5D13D
Tints of Sunglow #F5D13D
RGB
CMYK
RGB Variations
Color information
#F5D13D (or 0xF5D13D) is known color: Sunglow. HEX triplet: F5, D1 and 3D. RGB value is (245,209,61). Sum of RGB (Red+Green+Blue) = 245+209+61=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 61 (24.22% from 255 or 11.84% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D13D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D13D is #0A2EC2. Grayscale: #CBCBCB. Windows color (decimal): -667331 or 4051445. OLE color: 4051445.
HSL color Cylindrical-coordinate representation of color #F5D13D: hue angle of 48.26º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5D13D is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 209 | 61 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.04 |
| HSL | 48.26º | 0.9% | 0.6% | - |
| HSV(B) | 48.26º | 0.75% | 0.96% | - |
| XYZ | 61.3 | 65.35 | 13.8 | - |
| YUV | 202.89 | 47.93 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 209 | 61 | 0 | 0.15 | 0.75 | 0.04 | 48.26 | 0.9 | 0.6 |
| Hex | F5 | D1 | 3D | 0 | F | 4B | 4 | 30 | 5A | 3C |
| Octal | 365 | 321 | 75 | 0 | 17 | 113 | 4 | 60 | 132 | 74 |
| Binary | 11110101 | 11010001 | 111101 | 0 | 1111 | 1001011 | 100 | 110000 | 1011010 | 111100 |
Color Harmonies of #F5D13D
Complementary color
Monochromatic Colors of #F5D13D
Black with #F5D13D
Text Example
Text Example
White with #F5D13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D13D; }
p { color: rgb(245,209,61); }
H1.HeaderClassName
{
color: #F5D13D;
}
.AnyTagClassName
{
color: #F5D13D;
}
</style>
background-color css
<style>
a { background-color: #F5D13D; }
a { background-color: rgb(245,209,61); }
div.DivClassName
{
background-color: #F5D13D;
}
.BgClassName
{
background-color: #F5D13D;
}
</style>
border-color css
<style>
span { border-color: #F5D13D; }
span { border-color: rgb(245,209,61); }
td.TdClassName
{
border-color: #F5D13D;
}
.TagClassName
{
border-color: #F5D13D;
}
</style>