Shades of Sunglow #FDC72D
Tints of Sunglow #FDC72D
RGB
CMYK
RGB Variations
Color information
#FDC72D (or 0xFDC72D) is known color: Sunglow. HEX triplet: FD, C7 and 2D. RGB value is (253,199,45). Sum of RGB (Red+Green+Blue) = 253+199+45=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 45 (17.97% from 255 or 9.05% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC72D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC72D is #0238D2. Grayscale: #C6C6C6. Windows color (decimal): -145619 or 3000317. OLE color: 3000317.
HSL color Cylindrical-coordinate representation of color #FDC72D: hue angle of 44.42º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDC72D is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 45 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.01 |
| HSL | 44.42º | 0.98% | 0.58% | - |
| HSV(B) | 44.42º | 0.82% | 0.99% | - |
| XYZ | 61.41 | 61.92 | 11.2 | - |
| YUV | 197.59 | 41.89 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 45 | 0 | 0.21 | 0.82 | 0.01 | 44.42 | 0.98 | 0.58 |
| Hex | FD | C7 | 2D | 0 | 15 | 52 | 1 | 2C | 62 | 3A |
| Octal | 375 | 307 | 55 | 0 | 25 | 122 | 1 | 54 | 142 | 72 |
| Binary | 11111101 | 11000111 | 101101 | 0 | 10101 | 1010010 | 1 | 101100 | 1100010 | 111010 |
Color Harmonies of #FDC72D
Complementary color
Monochromatic Colors of #FDC72D
Black with #FDC72D
Text Example
Text Example
White with #FDC72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC72D; }
p { color: rgb(253,199,45); }
H1.HeaderClassName
{
color: #FDC72D;
}
.AnyTagClassName
{
color: #FDC72D;
}
</style>
background-color css
<style>
a { background-color: #FDC72D; }
a { background-color: rgb(253,199,45); }
div.DivClassName
{
background-color: #FDC72D;
}
.BgClassName
{
background-color: #FDC72D;
}
</style>
border-color css
<style>
span { border-color: #FDC72D; }
span { border-color: rgb(253,199,45); }
td.TdClassName
{
border-color: #FDC72D;
}
.TagClassName
{
border-color: #FDC72D;
}
</style>