Shades of Sunglow #FDC73A
Tints of Sunglow #FDC73A
RGB
CMYK
RGB Variations
Color information
#FDC73A (or 0xFDC73A) is known color: Sunglow. HEX triplet: FD, C7 and 3A. RGB value is (253,199,58). Sum of RGB (Red+Green+Blue) = 253+199+58=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 58 (23.05% from 255 or 11.37% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC73A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC73A is #0238C5. Grayscale: #C7C7C7. Windows color (decimal): -145606 or 3852285. OLE color: 3852285.
HSL color Cylindrical-coordinate representation of color #FDC73A: hue angle of 43.38º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDC73A is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 58 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.01 |
| HSL | 43.38º | 0.98% | 0.61% | - |
| HSV(B) | 43.38º | 0.77% | 0.99% | - |
| XYZ | 61.7 | 62.03 | 12.73 | - |
| YUV | 199.07 | 48.39 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 58 | 0 | 0.21 | 0.77 | 0.01 | 43.38 | 0.98 | 0.61 |
| Hex | FD | C7 | 3A | 0 | 15 | 4D | 1 | 2B | 62 | 3D |
| Octal | 375 | 307 | 72 | 0 | 25 | 115 | 1 | 53 | 142 | 75 |
| Binary | 11111101 | 11000111 | 111010 | 0 | 10101 | 1001101 | 1 | 101011 | 1100010 | 111101 |
Color Harmonies of #FDC73A
Complementary color
Monochromatic Colors of #FDC73A
Black with #FDC73A
Text Example
Text Example
White with #FDC73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC73A; }
p { color: rgb(253,199,58); }
H1.HeaderClassName
{
color: #FDC73A;
}
.AnyTagClassName
{
color: #FDC73A;
}
</style>
background-color css
<style>
a { background-color: #FDC73A; }
a { background-color: rgb(253,199,58); }
div.DivClassName
{
background-color: #FDC73A;
}
.BgClassName
{
background-color: #FDC73A;
}
</style>
border-color css
<style>
span { border-color: #FDC73A; }
span { border-color: rgb(253,199,58); }
td.TdClassName
{
border-color: #FDC73A;
}
.TagClassName
{
border-color: #FDC73A;
}
</style>