Shades of Sunglow #FDC62C
Tints of Sunglow #FDC62C
RGB
CMYK
RGB Variations
Color information
#FDC62C (or 0xFDC62C) is known color: Sunglow. HEX triplet: FD, C6 and 2C. RGB value is (253,198,44). Sum of RGB (Red+Green+Blue) = 253+198+44=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 44 (17.58% from 255 or 8.89% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC62C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC62C is #0239D3. Grayscale: #C5C5C5. Windows color (decimal): -145876 or 2934525. OLE color: 2934525.
HSL color Cylindrical-coordinate representation of color #FDC62C: hue angle of 44.21º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDC62C is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 44 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.01 |
| HSL | 44.21º | 0.98% | 0.58% | - |
| HSV(B) | 44.21º | 0.83% | 0.99% | - |
| XYZ | 61.16 | 61.45 | 11.02 | - |
| YUV | 196.89 | 41.72 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 44 | 0 | 0.22 | 0.83 | 0.01 | 44.21 | 0.98 | 0.58 |
| Hex | FD | C6 | 2C | 0 | 16 | 53 | 1 | 2C | 62 | 3A |
| Octal | 375 | 306 | 54 | 0 | 26 | 123 | 1 | 54 | 142 | 72 |
| Binary | 11111101 | 11000110 | 101100 | 0 | 10110 | 1010011 | 1 | 101100 | 1100010 | 111010 |
Color Harmonies of #FDC62C
Complementary color
Monochromatic Colors of #FDC62C
Black with #FDC62C
Text Example
Text Example
White with #FDC62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC62C; }
p { color: rgb(253,198,44); }
H1.HeaderClassName
{
color: #FDC62C;
}
.AnyTagClassName
{
color: #FDC62C;
}
</style>
background-color css
<style>
a { background-color: #FDC62C; }
a { background-color: rgb(253,198,44); }
div.DivClassName
{
background-color: #FDC62C;
}
.BgClassName
{
background-color: #FDC62C;
}
</style>
border-color css
<style>
span { border-color: #FDC62C; }
span { border-color: rgb(253,198,44); }
td.TdClassName
{
border-color: #FDC62C;
}
.TagClassName
{
border-color: #FDC62C;
}
</style>