Shades of Sunglow #FDC931
Tints of Sunglow #FDC931
RGB
CMYK
RGB Variations
Color information
#FDC931 (or 0xFDC931) is known color: Sunglow. HEX triplet: FD, C9 and 31. RGB value is (253,201,49). Sum of RGB (Red+Green+Blue) = 253+201+49=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 49 (19.53% from 255 or 9.74% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC931 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC931 is #0236CE. Grayscale: #C7C7C7. Windows color (decimal): -145103 or 3262973. OLE color: 3262973.
HSL color Cylindrical-coordinate representation of color #FDC931: hue angle of 44.71º 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 #FDC931 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 49 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.01 |
| HSL | 44.71º | 0.98% | 0.59% | - |
| HSV(B) | 44.71º | 0.81% | 0.99% | - |
| XYZ | 61.95 | 62.88 | 11.78 | - |
| YUV | 199.22 | 43.23 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 49 | 0 | 0.21 | 0.81 | 0.01 | 44.71 | 0.98 | 0.59 |
| Hex | FD | C9 | 31 | 0 | 15 | 51 | 1 | 2D | 62 | 3B |
| Octal | 375 | 311 | 61 | 0 | 25 | 121 | 1 | 55 | 142 | 73 |
| Binary | 11111101 | 11001001 | 110001 | 0 | 10101 | 1010001 | 1 | 101101 | 1100010 | 111011 |
Color Harmonies of #FDC931
Complementary color
Monochromatic Colors of #FDC931
Black with #FDC931
Text Example
Text Example
White with #FDC931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC931; }
p { color: rgb(253,201,49); }
H1.HeaderClassName
{
color: #FDC931;
}
.AnyTagClassName
{
color: #FDC931;
}
</style>
background-color css
<style>
a { background-color: #FDC931; }
a { background-color: rgb(253,201,49); }
div.DivClassName
{
background-color: #FDC931;
}
.BgClassName
{
background-color: #FDC931;
}
</style>
border-color css
<style>
span { border-color: #FDC931; }
span { border-color: rgb(253,201,49); }
td.TdClassName
{
border-color: #FDC931;
}
.TagClassName
{
border-color: #FDC931;
}
</style>