Shades of Sunglow #FDD32B
Tints of Sunglow #FDD32B
RGB
CMYK
RGB Variations
Color information
#FDD32B (or 0xFDD32B) is known color: Sunglow. HEX triplet: FD, D3 and 2B. RGB value is (253,211,43). Sum of RGB (Red+Green+Blue) = 253+211+43=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 43 (17.19% from 255 or 8.48% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD32B is #022CD4. Grayscale: #CDCDCD. Windows color (decimal): -142549 or 2872317. OLE color: 2872317.
HSL color Cylindrical-coordinate representation of color #FDD32B: hue angle of 48º 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 #FDD32B is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 43 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.01 |
| HSL | 48º | 0.98% | 0.58% | - |
| HSV(B) | 48º | 0.83% | 0.99% | - |
| XYZ | 64.24 | 67.65 | 11.96 | - |
| YUV | 204.41 | 36.91 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 43 | 0 | 0.17 | 0.83 | 0.01 | 48 | 0.98 | 0.58 |
| Hex | FD | D3 | 2B | 0 | 11 | 53 | 1 | 30 | 62 | 3A |
| Octal | 375 | 323 | 53 | 0 | 21 | 123 | 1 | 60 | 142 | 72 |
| Binary | 11111101 | 11010011 | 101011 | 0 | 10001 | 1010011 | 1 | 110000 | 1100010 | 111010 |
Color Harmonies of #FDD32B
Complementary color
Monochromatic Colors of #FDD32B
Black with #FDD32B
Text Example
Text Example
White with #FDD32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD32B; }
p { color: rgb(253,211,43); }
H1.HeaderClassName
{
color: #FDD32B;
}
.AnyTagClassName
{
color: #FDD32B;
}
</style>
background-color css
<style>
a { background-color: #FDD32B; }
a { background-color: rgb(253,211,43); }
div.DivClassName
{
background-color: #FDD32B;
}
.BgClassName
{
background-color: #FDD32B;
}
</style>
border-color css
<style>
span { border-color: #FDD32B; }
span { border-color: rgb(253,211,43); }
td.TdClassName
{
border-color: #FDD32B;
}
.TagClassName
{
border-color: #FDD32B;
}
</style>