Shades of Sunglow #FFD141
Tints of Sunglow #FFD141
RGB
CMYK
RGB Variations
Color information
#FFD141 (or 0xFFD141) is known color: Sunglow. HEX triplet: FF, D1 and 41. RGB value is (255,209,65). Sum of RGB (Red+Green+Blue) = 255+209+65=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 209 (82.03% from 255 or 39.51% from 529); Blue value is 65 (25.78% from 255 or 12.29% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD141 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD141 is #002EBE. Grayscale: #CECECE. Windows color (decimal): -11967 or 4313599. OLE color: 4313599.
HSL color Cylindrical-coordinate representation of color #FFD141: hue angle of 45.47º 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 #FFD141 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 65 | - |
| CMYK | 0 | 0.18 | 0.75 | 0 |
| HSL | 45.47º | 1% | 0.63% | - |
| HSV(B) | 45.47º | 0.75% | 1% | - |
| XYZ | 64.99 | 67.24 | 14.55 | - |
| YUV | 206.34 | 48.24 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 65 | 0 | 0.18 | 0.75 | 0 | 45.47 | 1 | 0.63 |
| Hex | FF | D1 | 41 | 0 | 12 | 4B | 0 | 2D | 64 | 3F |
| Octal | 377 | 321 | 101 | 0 | 22 | 113 | 0 | 55 | 144 | 77 |
| Binary | 11111111 | 11010001 | 1000001 | 0 | 10010 | 1001011 | 0 | 101101 | 1100100 | 111111 |
Color Harmonies of #FFD141
Complementary color
Monochromatic Colors of #FFD141
Black with #FFD141
Text Example
Text Example
White with #FFD141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD141; }
p { color: rgb(255,209,65); }
H1.HeaderClassName
{
color: #FFD141;
}
.AnyTagClassName
{
color: #FFD141;
}
</style>
background-color css
<style>
a { background-color: #FFD141; }
a { background-color: rgb(255,209,65); }
div.DivClassName
{
background-color: #FFD141;
}
.BgClassName
{
background-color: #FFD141;
}
</style>
border-color css
<style>
span { border-color: #FFD141; }
span { border-color: rgb(255,209,65); }
td.TdClassName
{
border-color: #FFD141;
}
.TagClassName
{
border-color: #FFD141;
}
</style>