Shades of Sunglow #FDD242
Tints of Sunglow #FDD242
RGB
CMYK
RGB Variations
Color information
#FDD242 (or 0xFDD242) is known color: Sunglow. HEX triplet: FD, D2 and 42. RGB value is (253,210,66). Sum of RGB (Red+Green+Blue) = 253+210+66=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 66 (26.17% from 255 or 12.48% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD242 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD242 is #022DBD. Grayscale: #CFCFCF. Windows color (decimal): -142782 or 4379389. OLE color: 4379389.
HSL color Cylindrical-coordinate representation of color #FDD242: hue angle of 46.2º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FDD242 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 66 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.01 |
| HSL | 46.2º | 0.98% | 0.63% | - |
| HSV(B) | 46.2º | 0.74% | 0.99% | - |
| XYZ | 64.54 | 67.37 | 14.76 | - |
| YUV | 206.44 | 48.75 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 66 | 0 | 0.17 | 0.74 | 0.01 | 46.2 | 0.98 | 0.63 |
| Hex | FD | D2 | 42 | 0 | 11 | 4A | 1 | 2E | 62 | 3F |
| Octal | 375 | 322 | 102 | 0 | 21 | 112 | 1 | 56 | 142 | 77 |
| Binary | 11111101 | 11010010 | 1000010 | 0 | 10001 | 1001010 | 1 | 101110 | 1100010 | 111111 |
Color Harmonies of #FDD242
Complementary color
Monochromatic Colors of #FDD242
Black with #FDD242
Text Example
Text Example
White with #FDD242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD242; }
p { color: rgb(253,210,66); }
H1.HeaderClassName
{
color: #FDD242;
}
.AnyTagClassName
{
color: #FDD242;
}
</style>
background-color css
<style>
a { background-color: #FDD242; }
a { background-color: rgb(253,210,66); }
div.DivClassName
{
background-color: #FDD242;
}
.BgClassName
{
background-color: #FDD242;
}
</style>
border-color css
<style>
span { border-color: #FDD242; }
span { border-color: rgb(253,210,66); }
td.TdClassName
{
border-color: #FDD242;
}
.TagClassName
{
border-color: #FDD242;
}
</style>