Shades of Sunglow #FDD02F
Tints of Sunglow #FDD02F
RGB
CMYK
RGB Variations
Color information
#FDD02F (or 0xFDD02F) is known color: Sunglow. HEX triplet: FD, D0 and 2F. RGB value is (253,208,47). Sum of RGB (Red+Green+Blue) = 253+208+47=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 47 (18.75% from 255 or 9.25% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD02F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD02F is #022FD0. Grayscale: #CBCBCB. Windows color (decimal): -143313 or 3133693. OLE color: 3133693.
HSL color Cylindrical-coordinate representation of color #FDD02F: hue angle of 46.89º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDD02F is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 47 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.01 |
| HSL | 46.89º | 0.98% | 0.59% | - |
| HSV(B) | 46.89º | 0.81% | 0.99% | - |
| XYZ | 63.58 | 66.2 | 12.12 | - |
| YUV | 203.1 | 39.91 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 47 | 0 | 0.18 | 0.81 | 0.01 | 46.89 | 0.98 | 0.59 |
| Hex | FD | D0 | 2F | 0 | 12 | 51 | 1 | 2F | 62 | 3B |
| Octal | 375 | 320 | 57 | 0 | 22 | 121 | 1 | 57 | 142 | 73 |
| Binary | 11111101 | 11010000 | 101111 | 0 | 10010 | 1010001 | 1 | 101111 | 1100010 | 111011 |
Color Harmonies of #FDD02F
Complementary color
Monochromatic Colors of #FDD02F
Black with #FDD02F
Text Example
Text Example
White with #FDD02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD02F; }
p { color: rgb(253,208,47); }
H1.HeaderClassName
{
color: #FDD02F;
}
.AnyTagClassName
{
color: #FDD02F;
}
</style>
background-color css
<style>
a { background-color: #FDD02F; }
a { background-color: rgb(253,208,47); }
div.DivClassName
{
background-color: #FDD02F;
}
.BgClassName
{
background-color: #FDD02F;
}
</style>
border-color css
<style>
span { border-color: #FDD02F; }
span { border-color: rgb(253,208,47); }
td.TdClassName
{
border-color: #FDD02F;
}
.TagClassName
{
border-color: #FDD02F;
}
</style>