Shades of Sunglow #FDCE34
Tints of Sunglow #FDCE34
RGB
CMYK
RGB Variations
Color information
#FDCE34 (or 0xFDCE34) is known color: Sunglow. HEX triplet: FD, CE and 34. RGB value is (253,206,52). Sum of RGB (Red+Green+Blue) = 253+206+52=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 52 (20.70% from 255 or 10.18% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCE34 is #0231CB. Grayscale: #CBCBCB. Windows color (decimal): -143820 or 3460861. OLE color: 3460861.
HSL color Cylindrical-coordinate representation of color #FDCE34: hue angle of 45.97º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FDCE34 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 52 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.01 |
| HSL | 45.97º | 0.98% | 0.6% | - |
| HSV(B) | 45.97º | 0.79% | 0.99% | - |
| XYZ | 63.2 | 65.27 | 12.52 | - |
| YUV | 202.5 | 43.07 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 52 | 0 | 0.19 | 0.79 | 0.01 | 45.97 | 0.98 | 0.6 |
| Hex | FD | CE | 34 | 0 | 13 | 4F | 1 | 2E | 62 | 3C |
| Octal | 375 | 316 | 64 | 0 | 23 | 117 | 1 | 56 | 142 | 74 |
| Binary | 11111101 | 11001110 | 110100 | 0 | 10011 | 1001111 | 1 | 101110 | 1100010 | 111100 |
Color Harmonies of #FDCE34
Complementary color
Monochromatic Colors of #FDCE34
Black with #FDCE34
Text Example
Text Example
White with #FDCE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCE34; }
p { color: rgb(253,206,52); }
H1.HeaderClassName
{
color: #FDCE34;
}
.AnyTagClassName
{
color: #FDCE34;
}
</style>
background-color css
<style>
a { background-color: #FDCE34; }
a { background-color: rgb(253,206,52); }
div.DivClassName
{
background-color: #FDCE34;
}
.BgClassName
{
background-color: #FDCE34;
}
</style>
border-color css
<style>
span { border-color: #FDCE34; }
span { border-color: rgb(253,206,52); }
td.TdClassName
{
border-color: #FDCE34;
}
.TagClassName
{
border-color: #FDCE34;
}
</style>