Shades of Sunglow #FFD241
Tints of Sunglow #FFD241
RGB
CMYK
RGB Variations
Color information
#FFD241 (or 0xFFD241) is known color: Sunglow. HEX triplet: FF, D2 and 41. RGB value is (255,210,65). Sum of RGB (Red+Green+Blue) = 255+210+65=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 65 (25.78% from 255 or 12.26% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD241 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD241 is #002DBE. Grayscale: #CFCFCF. Windows color (decimal): -11711 or 4313855. OLE color: 4313855.
HSL color Cylindrical-coordinate representation of color #FFD241: hue angle of 45.79º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFD241 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 65 | - |
| CMYK | 0 | 0.18 | 0.75 | 0 |
| HSL | 45.79º | 1% | 0.63% | - |
| HSV(B) | 45.79º | 0.75% | 1% | - |
| XYZ | 65.24 | 67.73 | 14.64 | - |
| YUV | 206.93 | 47.91 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 65 | 0 | 0.18 | 0.75 | 0 | 45.79 | 1 | 0.63 |
| Hex | FF | D2 | 41 | 0 | 12 | 4B | 0 | 2E | 64 | 3F |
| Octal | 377 | 322 | 101 | 0 | 22 | 113 | 0 | 56 | 144 | 77 |
| Binary | 11111111 | 11010010 | 1000001 | 0 | 10010 | 1001011 | 0 | 101110 | 1100100 | 111111 |
Color Harmonies of #FFD241
Complementary color
Monochromatic Colors of #FFD241
Black with #FFD241
Text Example
Text Example
White with #FFD241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD241; }
p { color: rgb(255,210,65); }
H1.HeaderClassName
{
color: #FFD241;
}
.AnyTagClassName
{
color: #FFD241;
}
</style>
background-color css
<style>
a { background-color: #FFD241; }
a { background-color: rgb(255,210,65); }
div.DivClassName
{
background-color: #FFD241;
}
.BgClassName
{
background-color: #FFD241;
}
</style>
border-color css
<style>
span { border-color: #FFD241; }
span { border-color: rgb(255,210,65); }
td.TdClassName
{
border-color: #FFD241;
}
.TagClassName
{
border-color: #FFD241;
}
</style>