Shades of Sunglow #FDC62F
Tints of Sunglow #FDC62F
RGB
CMYK
RGB Variations
Color information
#FDC62F (or 0xFDC62F) is known color: Sunglow. HEX triplet: FD, C6 and 2F. RGB value is (253,198,47). Sum of RGB (Red+Green+Blue) = 253+198+47=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 47 (18.75% from 255 or 9.44% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC62F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC62F is #0239D0. Grayscale: #C5C5C5. Windows color (decimal): -145873 or 3131133. OLE color: 3131133.
HSL color Cylindrical-coordinate representation of color #FDC62F: hue angle of 43.98º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDC62F is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 47 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.01 |
| HSL | 43.98º | 0.98% | 0.59% | - |
| HSV(B) | 43.98º | 0.81% | 0.99% | - |
| XYZ | 61.22 | 61.48 | 11.33 | - |
| YUV | 197.23 | 43.22 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 47 | 0 | 0.22 | 0.81 | 0.01 | 43.98 | 0.98 | 0.59 |
| Hex | FD | C6 | 2F | 0 | 16 | 51 | 1 | 2C | 62 | 3B |
| Octal | 375 | 306 | 57 | 0 | 26 | 121 | 1 | 54 | 142 | 73 |
| Binary | 11111101 | 11000110 | 101111 | 0 | 10110 | 1010001 | 1 | 101100 | 1100010 | 111011 |
Color Harmonies of #FDC62F
Complementary color
Monochromatic Colors of #FDC62F
Black with #FDC62F
Text Example
Text Example
White with #FDC62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC62F; }
p { color: rgb(253,198,47); }
H1.HeaderClassName
{
color: #FDC62F;
}
.AnyTagClassName
{
color: #FDC62F;
}
</style>
background-color css
<style>
a { background-color: #FDC62F; }
a { background-color: rgb(253,198,47); }
div.DivClassName
{
background-color: #FDC62F;
}
.BgClassName
{
background-color: #FDC62F;
}
</style>
border-color css
<style>
span { border-color: #FDC62F; }
span { border-color: rgb(253,198,47); }
td.TdClassName
{
border-color: #FDC62F;
}
.TagClassName
{
border-color: #FDC62F;
}
</style>