Shades of Sunglow #FDC82B
Tints of Sunglow #FDC82B
RGB
CMYK
RGB Variations
Color information
#FDC82B (or 0xFDC82B) is known color: Sunglow. HEX triplet: FD, C8 and 2B. RGB value is (253,200,43). Sum of RGB (Red+Green+Blue) = 253+200+43=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 43 (17.19% from 255 or 8.67% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC82B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC82B is #0237D4. Grayscale: #C6C6C6. Windows color (decimal): -145365 or 2869501. OLE color: 2869501.
HSL color Cylindrical-coordinate representation of color #FDC82B: hue angle of 44.86º 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 #FDC82B is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 43 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.01 |
| HSL | 44.86º | 0.98% | 0.58% | - |
| HSV(B) | 44.86º | 0.83% | 0.99% | - |
| XYZ | 61.6 | 62.37 | 11.08 | - |
| YUV | 197.95 | 40.56 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 43 | 0 | 0.21 | 0.83 | 0.01 | 44.86 | 0.98 | 0.58 |
| Hex | FD | C8 | 2B | 0 | 15 | 53 | 1 | 2D | 62 | 3A |
| Octal | 375 | 310 | 53 | 0 | 25 | 123 | 1 | 55 | 142 | 72 |
| Binary | 11111101 | 11001000 | 101011 | 0 | 10101 | 1010011 | 1 | 101101 | 1100010 | 111010 |
Color Harmonies of #FDC82B
Complementary color
Monochromatic Colors of #FDC82B
Black with #FDC82B
Text Example
Text Example
White with #FDC82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC82B; }
p { color: rgb(253,200,43); }
H1.HeaderClassName
{
color: #FDC82B;
}
.AnyTagClassName
{
color: #FDC82B;
}
</style>
background-color css
<style>
a { background-color: #FDC82B; }
a { background-color: rgb(253,200,43); }
div.DivClassName
{
background-color: #FDC82B;
}
.BgClassName
{
background-color: #FDC82B;
}
</style>
border-color css
<style>
span { border-color: #FDC82B; }
span { border-color: rgb(253,200,43); }
td.TdClassName
{
border-color: #FDC82B;
}
.TagClassName
{
border-color: #FDC82B;
}
</style>