Shades of Sunglow #FDD241
Tints of Sunglow #FDD241
RGB
CMYK
RGB Variations
Color information
#FDD241 (or 0xFDD241) is known color: Sunglow. HEX triplet: FD, D2 and 41. RGB value is (253,210,65). Sum of RGB (Red+Green+Blue) = 253+210+65=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 65 (25.78% from 255 or 12.31% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD241 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD241 is #022DBE. Grayscale: #CECECE. Windows color (decimal): -142783 or 4313853. OLE color: 4313853.
HSL color Cylindrical-coordinate representation of color #FDD241: hue angle of 46.28º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FDD241 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 65 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.01 |
| HSL | 46.28º | 0.98% | 0.62% | - |
| HSV(B) | 46.28º | 0.74% | 0.99% | - |
| XYZ | 64.51 | 67.36 | 14.6 | - |
| YUV | 206.33 | 48.25 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 65 | 0 | 0.17 | 0.74 | 0.01 | 46.28 | 0.98 | 0.62 |
| Hex | FD | D2 | 41 | 0 | 11 | 4A | 1 | 2E | 62 | 3E |
| Octal | 375 | 322 | 101 | 0 | 21 | 112 | 1 | 56 | 142 | 76 |
| Binary | 11111101 | 11010010 | 1000001 | 0 | 10001 | 1001010 | 1 | 101110 | 1100010 | 111110 |
Color Harmonies of #FDD241
Complementary color
Monochromatic Colors of #FDD241
Black with #FDD241
Text Example
Text Example
White with #FDD241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD241; }
p { color: rgb(253,210,65); }
H1.HeaderClassName
{
color: #FDD241;
}
.AnyTagClassName
{
color: #FDD241;
}
</style>
background-color css
<style>
a { background-color: #FDD241; }
a { background-color: rgb(253,210,65); }
div.DivClassName
{
background-color: #FDD241;
}
.BgClassName
{
background-color: #FDD241;
}
</style>
border-color css
<style>
span { border-color: #FDD241; }
span { border-color: rgb(253,210,65); }
td.TdClassName
{
border-color: #FDD241;
}
.TagClassName
{
border-color: #FDD241;
}
</style>