Shades of Sunglow #FDCE2D
Tints of Sunglow #FDCE2D
RGB
CMYK
RGB Variations
Color information
#FDCE2D (or 0xFDCE2D) is known color: Sunglow. HEX triplet: FD, CE and 2D. RGB value is (253,206,45). Sum of RGB (Red+Green+Blue) = 253+206+45=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 45 (17.97% from 255 or 8.93% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCE2D is #0231D2. Grayscale: #CACACA. Windows color (decimal): -143827 or 3002109. OLE color: 3002109.
HSL color Cylindrical-coordinate representation of color #FDCE2D: hue angle of 46.44º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDCE2D is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 45 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.01 |
| HSL | 46.44º | 0.98% | 0.58% | - |
| HSV(B) | 46.44º | 0.82% | 0.99% | - |
| XYZ | 63.05 | 65.21 | 11.75 | - |
| YUV | 201.7 | 39.57 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 45 | 0 | 0.19 | 0.82 | 0.01 | 46.44 | 0.98 | 0.58 |
| Hex | FD | CE | 2D | 0 | 13 | 52 | 1 | 2E | 62 | 3A |
| Octal | 375 | 316 | 55 | 0 | 23 | 122 | 1 | 56 | 142 | 72 |
| Binary | 11111101 | 11001110 | 101101 | 0 | 10011 | 1010010 | 1 | 101110 | 1100010 | 111010 |
Color Harmonies of #FDCE2D
Complementary color
Monochromatic Colors of #FDCE2D
Black with #FDCE2D
Text Example
Text Example
White with #FDCE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCE2D; }
p { color: rgb(253,206,45); }
H1.HeaderClassName
{
color: #FDCE2D;
}
.AnyTagClassName
{
color: #FDCE2D;
}
</style>
background-color css
<style>
a { background-color: #FDCE2D; }
a { background-color: rgb(253,206,45); }
div.DivClassName
{
background-color: #FDCE2D;
}
.BgClassName
{
background-color: #FDCE2D;
}
</style>
border-color css
<style>
span { border-color: #FDCE2D; }
span { border-color: rgb(253,206,45); }
td.TdClassName
{
border-color: #FDCE2D;
}
.TagClassName
{
border-color: #FDCE2D;
}
</style>