Shades of Sunglow #FDCE2B
Tints of Sunglow #FDCE2B
RGB
CMYK
RGB Variations
Color information
#FDCE2B (or 0xFDCE2B) is known color: Sunglow. HEX triplet: FD, CE and 2B. RGB value is (253,206,43). Sum of RGB (Red+Green+Blue) = 253+206+43=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 43 (17.19% from 255 or 8.57% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCE2B is #0231D4. Grayscale: #CACACA. Windows color (decimal): -143829 or 2871037. OLE color: 2871037.
HSL color Cylindrical-coordinate representation of color #FDCE2B: hue angle of 46.57º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDCE2B is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 43 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.01 |
| HSL | 46.57º | 0.98% | 0.58% | - |
| HSV(B) | 46.57º | 0.83% | 0.99% | - |
| XYZ | 63.02 | 65.2 | 11.55 | - |
| YUV | 201.47 | 38.57 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 43 | 0 | 0.19 | 0.83 | 0.01 | 46.57 | 0.98 | 0.58 |
| Hex | FD | CE | 2B | 0 | 13 | 53 | 1 | 2F | 62 | 3A |
| Octal | 375 | 316 | 53 | 0 | 23 | 123 | 1 | 57 | 142 | 72 |
| Binary | 11111101 | 11001110 | 101011 | 0 | 10011 | 1010011 | 1 | 101111 | 1100010 | 111010 |
Color Harmonies of #FDCE2B
Complementary color
Monochromatic Colors of #FDCE2B
Black with #FDCE2B
Text Example
Text Example
White with #FDCE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCE2B; }
p { color: rgb(253,206,43); }
H1.HeaderClassName
{
color: #FDCE2B;
}
.AnyTagClassName
{
color: #FDCE2B;
}
</style>
background-color css
<style>
a { background-color: #FDCE2B; }
a { background-color: rgb(253,206,43); }
div.DivClassName
{
background-color: #FDCE2B;
}
.BgClassName
{
background-color: #FDCE2B;
}
</style>
border-color css
<style>
span { border-color: #FDCE2B; }
span { border-color: rgb(253,206,43); }
td.TdClassName
{
border-color: #FDCE2B;
}
.TagClassName
{
border-color: #FDCE2B;
}
</style>