Shades of Sunglow #FDD02A
Tints of Sunglow #FDD02A
RGB
CMYK
RGB Variations
Color information
#FDD02A (or 0xFDD02A) is known color: Sunglow. HEX triplet: FD, D0 and 2A. RGB value is (253,208,42). Sum of RGB (Red+Green+Blue) = 253+208+42=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 42 (16.80% from 255 or 8.35% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD02A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD02A is #022FD5. Grayscale: #CBCBCB. Windows color (decimal): -143318 or 2806013. OLE color: 2806013.
HSL color Cylindrical-coordinate representation of color #FDD02A: hue angle of 47.2º 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 #FDD02A is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 42 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.01 |
| HSL | 47.2º | 0.98% | 0.58% | - |
| HSV(B) | 47.2º | 0.83% | 0.99% | - |
| XYZ | 63.48 | 66.16 | 11.62 | - |
| YUV | 202.53 | 37.41 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 42 | 0 | 0.18 | 0.83 | 0.01 | 47.2 | 0.98 | 0.58 |
| Hex | FD | D0 | 2A | 0 | 12 | 53 | 1 | 2F | 62 | 3A |
| Octal | 375 | 320 | 52 | 0 | 22 | 123 | 1 | 57 | 142 | 72 |
| Binary | 11111101 | 11010000 | 101010 | 0 | 10010 | 1010011 | 1 | 101111 | 1100010 | 111010 |
Color Harmonies of #FDD02A
Complementary color
Monochromatic Colors of #FDD02A
Black with #FDD02A
Text Example
Text Example
White with #FDD02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD02A; }
p { color: rgb(253,208,42); }
H1.HeaderClassName
{
color: #FDD02A;
}
.AnyTagClassName
{
color: #FDD02A;
}
</style>
background-color css
<style>
a { background-color: #FDD02A; }
a { background-color: rgb(253,208,42); }
div.DivClassName
{
background-color: #FDD02A;
}
.BgClassName
{
background-color: #FDD02A;
}
</style>
border-color css
<style>
span { border-color: #FDD02A; }
span { border-color: rgb(253,208,42); }
td.TdClassName
{
border-color: #FDD02A;
}
.TagClassName
{
border-color: #FDD02A;
}
</style>