Shades of Sunglow #FDC72B
Tints of Sunglow #FDC72B
RGB
CMYK
RGB Variations
Color information
#FDC72B (or 0xFDC72B) is known color: Sunglow. HEX triplet: FD, C7 and 2B. RGB value is (253,199,43). Sum of RGB (Red+Green+Blue) = 253+199+43=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 43 (17.19% from 255 or 8.69% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC72B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC72B is #0238D4. Grayscale: #C6C6C6. Windows color (decimal): -145621 or 2869245. OLE color: 2869245.
HSL color Cylindrical-coordinate representation of color #FDC72B: hue angle of 44.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 #FDC72B is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 43 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.01 |
| HSL | 44.57º | 0.98% | 0.58% | - |
| HSV(B) | 44.57º | 0.83% | 0.99% | - |
| XYZ | 61.37 | 61.9 | 11 | - |
| YUV | 197.36 | 40.89 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 43 | 0 | 0.21 | 0.83 | 0.01 | 44.57 | 0.98 | 0.58 |
| Hex | FD | C7 | 2B | 0 | 15 | 53 | 1 | 2D | 62 | 3A |
| Octal | 375 | 307 | 53 | 0 | 25 | 123 | 1 | 55 | 142 | 72 |
| Binary | 11111101 | 11000111 | 101011 | 0 | 10101 | 1010011 | 1 | 101101 | 1100010 | 111010 |
Color Harmonies of #FDC72B
Complementary color
Monochromatic Colors of #FDC72B
Black with #FDC72B
Text Example
Text Example
White with #FDC72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC72B; }
p { color: rgb(253,199,43); }
H1.HeaderClassName
{
color: #FDC72B;
}
.AnyTagClassName
{
color: #FDC72B;
}
</style>
background-color css
<style>
a { background-color: #FDC72B; }
a { background-color: rgb(253,199,43); }
div.DivClassName
{
background-color: #FDC72B;
}
.BgClassName
{
background-color: #FDC72B;
}
</style>
border-color css
<style>
span { border-color: #FDC72B; }
span { border-color: rgb(253,199,43); }
td.TdClassName
{
border-color: #FDC72B;
}
.TagClassName
{
border-color: #FDC72B;
}
</style>