Shades of Sunglow #FDCE31
Tints of Sunglow #FDCE31
RGB
CMYK
RGB Variations
Color information
#FDCE31 (or 0xFDCE31) is known color: Sunglow. HEX triplet: FD, CE and 31. RGB value is (253,206,49). Sum of RGB (Red+Green+Blue) = 253+206+49=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 49 (19.53% from 255 or 9.65% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCE31 is #0231CE. Grayscale: #CACACA. Windows color (decimal): -143823 or 3264253. OLE color: 3264253.
HSL color Cylindrical-coordinate representation of color #FDCE31: hue angle of 46.18º 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 #FDCE31 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 49 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.01 |
| HSL | 46.18º | 0.98% | 0.59% | - |
| HSV(B) | 46.18º | 0.81% | 0.99% | - |
| XYZ | 63.13 | 65.25 | 12.17 | - |
| YUV | 202.16 | 41.57 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 49 | 0 | 0.19 | 0.81 | 0.01 | 46.18 | 0.98 | 0.59 |
| Hex | FD | CE | 31 | 0 | 13 | 51 | 1 | 2E | 62 | 3B |
| Octal | 375 | 316 | 61 | 0 | 23 | 121 | 1 | 56 | 142 | 73 |
| Binary | 11111101 | 11001110 | 110001 | 0 | 10011 | 1010001 | 1 | 101110 | 1100010 | 111011 |
Color Harmonies of #FDCE31
Complementary color
Monochromatic Colors of #FDCE31
Black with #FDCE31
Text Example
Text Example
White with #FDCE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCE31; }
p { color: rgb(253,206,49); }
H1.HeaderClassName
{
color: #FDCE31;
}
.AnyTagClassName
{
color: #FDCE31;
}
</style>
background-color css
<style>
a { background-color: #FDCE31; }
a { background-color: rgb(253,206,49); }
div.DivClassName
{
background-color: #FDCE31;
}
.BgClassName
{
background-color: #FDCE31;
}
</style>
border-color css
<style>
span { border-color: #FDCE31; }
span { border-color: rgb(253,206,49); }
td.TdClassName
{
border-color: #FDCE31;
}
.TagClassName
{
border-color: #FDCE31;
}
</style>