Shades of Sunglow #FDC73C
Tints of Sunglow #FDC73C
RGB
CMYK
RGB Variations
Color information
#FDC73C (or 0xFDC73C) is known color: Sunglow. HEX triplet: FD, C7 and 3C. RGB value is (253,199,60). Sum of RGB (Red+Green+Blue) = 253+199+60=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 60 (23.83% from 255 or 11.72% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC73C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC73C is #0238C3. Grayscale: #C7C7C7. Windows color (decimal): -145604 or 3983357. OLE color: 3983357.
HSL color Cylindrical-coordinate representation of color #FDC73C: hue angle of 43.21º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDC73C is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 60 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.01 |
| HSL | 43.21º | 0.98% | 0.61% | - |
| HSV(B) | 43.21º | 0.76% | 0.99% | - |
| XYZ | 61.75 | 62.06 | 13 | - |
| YUV | 199.3 | 49.39 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 60 | 0 | 0.21 | 0.76 | 0.01 | 43.21 | 0.98 | 0.61 |
| Hex | FD | C7 | 3C | 0 | 15 | 4C | 1 | 2B | 62 | 3D |
| Octal | 375 | 307 | 74 | 0 | 25 | 114 | 1 | 53 | 142 | 75 |
| Binary | 11111101 | 11000111 | 111100 | 0 | 10101 | 1001100 | 1 | 101011 | 1100010 | 111101 |
Color Harmonies of #FDC73C
Complementary color
Monochromatic Colors of #FDC73C
Black with #FDC73C
Text Example
Text Example
White with #FDC73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC73C; }
p { color: rgb(253,199,60); }
H1.HeaderClassName
{
color: #FDC73C;
}
.AnyTagClassName
{
color: #FDC73C;
}
</style>
background-color css
<style>
a { background-color: #FDC73C; }
a { background-color: rgb(253,199,60); }
div.DivClassName
{
background-color: #FDC73C;
}
.BgClassName
{
background-color: #FDC73C;
}
</style>
border-color css
<style>
span { border-color: #FDC73C; }
span { border-color: rgb(253,199,60); }
td.TdClassName
{
border-color: #FDC73C;
}
.TagClassName
{
border-color: #FDC73C;
}
</style>