Shades of Sunglow #FDD12D
Tints of Sunglow #FDD12D
RGB
CMYK
RGB Variations
Color information
#FDD12D (or 0xFDD12D) is known color: Sunglow. HEX triplet: FD, D1 and 2D. RGB value is (253,209,45). Sum of RGB (Red+Green+Blue) = 253+209+45=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 45 (17.97% from 255 or 8.88% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD12D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD12D is #022ED2. Grayscale: #CCCCCC. Windows color (decimal): -143059 or 3002877. OLE color: 3002877.
HSL color Cylindrical-coordinate representation of color #FDD12D: hue angle of 47.31º 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 #FDD12D is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 45 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.01 |
| HSL | 47.31º | 0.98% | 0.58% | - |
| HSV(B) | 47.31º | 0.82% | 0.99% | - |
| XYZ | 63.78 | 66.67 | 11.99 | - |
| YUV | 203.46 | 38.58 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 45 | 0 | 0.17 | 0.82 | 0.01 | 47.31 | 0.98 | 0.58 |
| Hex | FD | D1 | 2D | 0 | 11 | 52 | 1 | 2F | 62 | 3A |
| Octal | 375 | 321 | 55 | 0 | 21 | 122 | 1 | 57 | 142 | 72 |
| Binary | 11111101 | 11010001 | 101101 | 0 | 10001 | 1010010 | 1 | 101111 | 1100010 | 111010 |
Color Harmonies of #FDD12D
Complementary color
Monochromatic Colors of #FDD12D
Black with #FDD12D
Text Example
Text Example
White with #FDD12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD12D; }
p { color: rgb(253,209,45); }
H1.HeaderClassName
{
color: #FDD12D;
}
.AnyTagClassName
{
color: #FDD12D;
}
</style>
background-color css
<style>
a { background-color: #FDD12D; }
a { background-color: rgb(253,209,45); }
div.DivClassName
{
background-color: #FDD12D;
}
.BgClassName
{
background-color: #FDD12D;
}
</style>
border-color css
<style>
span { border-color: #FDD12D; }
span { border-color: rgb(253,209,45); }
td.TdClassName
{
border-color: #FDD12D;
}
.TagClassName
{
border-color: #FDD12D;
}
</style>