Shades of Sunglow #FFD240
Tints of Sunglow #FFD240
RGB
CMYK
RGB Variations
Color information
#FFD240 (or 0xFFD240) is known color: Sunglow. HEX triplet: FF, D2 and 40. RGB value is (255,210,64). Sum of RGB (Red+Green+Blue) = 255+210+64=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 64 (25.39% from 255 or 12.10% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD240 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD240 is #002DBF. Grayscale: #CFCFCF. Windows color (decimal): -11712 or 4248319. OLE color: 4248319.
HSL color Cylindrical-coordinate representation of color #FFD240: hue angle of 45.86º 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 #FFD240 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 64 | - |
| CMYK | 0 | 0.18 | 0.75 | 0 |
| HSL | 45.86º | 1% | 0.63% | - |
| HSV(B) | 45.86º | 0.75% | 1% | - |
| XYZ | 65.21 | 67.72 | 14.49 | - |
| YUV | 206.81 | 47.41 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 64 | 0 | 0.18 | 0.75 | 0 | 45.86 | 1 | 0.63 |
| Hex | FF | D2 | 40 | 0 | 12 | 4B | 0 | 2E | 64 | 3F |
| Octal | 377 | 322 | 100 | 0 | 22 | 113 | 0 | 56 | 144 | 77 |
| Binary | 11111111 | 11010010 | 1000000 | 0 | 10010 | 1001011 | 0 | 101110 | 1100100 | 111111 |
Color Harmonies of #FFD240
Complementary color
Monochromatic Colors of #FFD240
Black with #FFD240
Text Example
Text Example
White with #FFD240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD240; }
p { color: rgb(255,210,64); }
H1.HeaderClassName
{
color: #FFD240;
}
.AnyTagClassName
{
color: #FFD240;
}
</style>
background-color css
<style>
a { background-color: #FFD240; }
a { background-color: rgb(255,210,64); }
div.DivClassName
{
background-color: #FFD240;
}
.BgClassName
{
background-color: #FFD240;
}
</style>
border-color css
<style>
span { border-color: #FFD240; }
span { border-color: rgb(255,210,64); }
td.TdClassName
{
border-color: #FFD240;
}
.TagClassName
{
border-color: #FFD240;
}
</style>