Shades of Sunglow #FDC83D
Tints of Sunglow #FDC83D
RGB
CMYK
RGB Variations
Color information
#FDC83D (or 0xFDC83D) is known color: Sunglow. HEX triplet: FD, C8 and 3D. RGB value is (253,200,61). Sum of RGB (Red+Green+Blue) = 253+200+61=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 61 (24.22% from 255 or 11.87% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC83D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC83D is #0237C2. Grayscale: #C8C8C8. Windows color (decimal): -145347 or 4049149. OLE color: 4049149.
HSL color Cylindrical-coordinate representation of color #FDC83D: hue angle of 43.44º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDC83D is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 61 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.01 |
| HSL | 43.44º | 0.98% | 0.62% | - |
| HSV(B) | 43.44º | 0.76% | 0.99% | - |
| XYZ | 62 | 62.53 | 13.22 | - |
| YUV | 200 | 49.56 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 61 | 0 | 0.21 | 0.76 | 0.01 | 43.44 | 0.98 | 0.62 |
| Hex | FD | C8 | 3D | 0 | 15 | 4C | 1 | 2B | 62 | 3E |
| Octal | 375 | 310 | 75 | 0 | 25 | 114 | 1 | 53 | 142 | 76 |
| Binary | 11111101 | 11001000 | 111101 | 0 | 10101 | 1001100 | 1 | 101011 | 1100010 | 111110 |
Color Harmonies of #FDC83D
Complementary color
Monochromatic Colors of #FDC83D
Black with #FDC83D
Text Example
Text Example
White with #FDC83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC83D; }
p { color: rgb(253,200,61); }
H1.HeaderClassName
{
color: #FDC83D;
}
.AnyTagClassName
{
color: #FDC83D;
}
</style>
background-color css
<style>
a { background-color: #FDC83D; }
a { background-color: rgb(253,200,61); }
div.DivClassName
{
background-color: #FDC83D;
}
.BgClassName
{
background-color: #FDC83D;
}
</style>
border-color css
<style>
span { border-color: #FDC83D; }
span { border-color: rgb(253,200,61); }
td.TdClassName
{
border-color: #FDC83D;
}
.TagClassName
{
border-color: #FDC83D;
}
</style>