Shades of Sunglow #FDC82E
Tints of Sunglow #FDC82E
RGB
CMYK
RGB Variations
Color information
#FDC82E (or 0xFDC82E) is known color: Sunglow. HEX triplet: FD, C8 and 2E. RGB value is (253,200,46). Sum of RGB (Red+Green+Blue) = 253+200+46=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 46 (18.36% from 255 or 9.22% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC82E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC82E is #0237D1. Grayscale: #C6C6C6. Windows color (decimal): -145362 or 3066109. OLE color: 3066109.
HSL color Cylindrical-coordinate representation of color #FDC82E: hue angle of 44.64º 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 #FDC82E is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 46 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.01 |
| HSL | 44.64º | 0.98% | 0.59% | - |
| HSV(B) | 44.64º | 0.82% | 0.99% | - |
| XYZ | 61.66 | 62.39 | 11.38 | - |
| YUV | 198.29 | 42.06 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 46 | 0 | 0.21 | 0.82 | 0.01 | 44.64 | 0.98 | 0.59 |
| Hex | FD | C8 | 2E | 0 | 15 | 52 | 1 | 2D | 62 | 3B |
| Octal | 375 | 310 | 56 | 0 | 25 | 122 | 1 | 55 | 142 | 73 |
| Binary | 11111101 | 11001000 | 101110 | 0 | 10101 | 1010010 | 1 | 101101 | 1100010 | 111011 |
Color Harmonies of #FDC82E
Complementary color
Monochromatic Colors of #FDC82E
Black with #FDC82E
Text Example
Text Example
White with #FDC82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC82E; }
p { color: rgb(253,200,46); }
H1.HeaderClassName
{
color: #FDC82E;
}
.AnyTagClassName
{
color: #FDC82E;
}
</style>
background-color css
<style>
a { background-color: #FDC82E; }
a { background-color: rgb(253,200,46); }
div.DivClassName
{
background-color: #FDC82E;
}
.BgClassName
{
background-color: #FDC82E;
}
</style>
border-color css
<style>
span { border-color: #FDC82E; }
span { border-color: rgb(253,200,46); }
td.TdClassName
{
border-color: #FDC82E;
}
.TagClassName
{
border-color: #FDC82E;
}
</style>