Shades of Sunglow #FDC73D
Tints of Sunglow #FDC73D
RGB
CMYK
RGB Variations
Color information
#FDC73D (or 0xFDC73D) is known color: Sunglow. HEX triplet: FD, C7 and 3D. RGB value is (253,199,61). Sum of RGB (Red+Green+Blue) = 253+199+61=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 61 (24.22% from 255 or 11.89% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC73D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC73D is #0238C2. Grayscale: #C8C8C8. Windows color (decimal): -145603 or 4048893. OLE color: 4048893.
HSL color Cylindrical-coordinate representation of color #FDC73D: hue angle of 43.12º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDC73D is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 61 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.01 |
| HSL | 43.13º | 0.98% | 0.62% | - |
| HSV(B) | 43.13º | 0.76% | 0.99% | - |
| XYZ | 61.77 | 62.07 | 13.14 | - |
| YUV | 199.41 | 49.89 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 61 | 0 | 0.21 | 0.76 | 0.01 | 43.13 | 0.98 | 0.62 |
| Hex | FD | C7 | 3D | 0 | 15 | 4C | 1 | 2B | 62 | 3E |
| Octal | 375 | 307 | 75 | 0 | 25 | 114 | 1 | 53 | 142 | 76 |
| Binary | 11111101 | 11000111 | 111101 | 0 | 10101 | 1001100 | 1 | 101011 | 1100010 | 111110 |
Color Harmonies of #FDC73D
Complementary color
Monochromatic Colors of #FDC73D
Black with #FDC73D
Text Example
Text Example
White with #FDC73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC73D; }
p { color: rgb(253,199,61); }
H1.HeaderClassName
{
color: #FDC73D;
}
.AnyTagClassName
{
color: #FDC73D;
}
</style>
background-color css
<style>
a { background-color: #FDC73D; }
a { background-color: rgb(253,199,61); }
div.DivClassName
{
background-color: #FDC73D;
}
.BgClassName
{
background-color: #FDC73D;
}
</style>
border-color css
<style>
span { border-color: #FDC73D; }
span { border-color: rgb(253,199,61); }
td.TdClassName
{
border-color: #FDC73D;
}
.TagClassName
{
border-color: #FDC73D;
}
</style>