Shades of Sunglow #FDCE2E
Tints of Sunglow #FDCE2E
RGB
CMYK
RGB Variations
Color information
#FDCE2E (or 0xFDCE2E) is known color: Sunglow. HEX triplet: FD, CE and 2E. RGB value is (253,206,46). Sum of RGB (Red+Green+Blue) = 253+206+46=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 46 (18.36% from 255 or 9.11% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCE2E is #0231D1. Grayscale: #CACACA. Windows color (decimal): -143826 or 3067645. OLE color: 3067645.
HSL color Cylindrical-coordinate representation of color #FDCE2E: hue angle of 46.38º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDCE2E is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 46 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.01 |
| HSL | 46.38º | 0.98% | 0.59% | - |
| HSV(B) | 46.38º | 0.82% | 0.99% | - |
| XYZ | 63.07 | 65.22 | 11.85 | - |
| YUV | 201.81 | 40.07 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 46 | 0 | 0.19 | 0.82 | 0.01 | 46.38 | 0.98 | 0.59 |
| Hex | FD | CE | 2E | 0 | 13 | 52 | 1 | 2E | 62 | 3B |
| Octal | 375 | 316 | 56 | 0 | 23 | 122 | 1 | 56 | 142 | 73 |
| Binary | 11111101 | 11001110 | 101110 | 0 | 10011 | 1010010 | 1 | 101110 | 1100010 | 111011 |
Color Harmonies of #FDCE2E
Complementary color
Monochromatic Colors of #FDCE2E
Black with #FDCE2E
Text Example
Text Example
White with #FDCE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCE2E; }
p { color: rgb(253,206,46); }
H1.HeaderClassName
{
color: #FDCE2E;
}
.AnyTagClassName
{
color: #FDCE2E;
}
</style>
background-color css
<style>
a { background-color: #FDCE2E; }
a { background-color: rgb(253,206,46); }
div.DivClassName
{
background-color: #FDCE2E;
}
.BgClassName
{
background-color: #FDCE2E;
}
</style>
border-color css
<style>
span { border-color: #FDCE2E; }
span { border-color: rgb(253,206,46); }
td.TdClassName
{
border-color: #FDCE2E;
}
.TagClassName
{
border-color: #FDCE2E;
}
</style>