Shades of Sunglow #FFD036
Tints of Sunglow #FFD036
RGB
CMYK
RGB Variations
Color information
#FFD036 (or 0xFFD036) is known color: Sunglow. HEX triplet: FF, D0 and 36. RGB value is (255,208,54). Sum of RGB (Red+Green+Blue) = 255+208+54=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 54 (21.48% from 255 or 10.44% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD036 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD036 is #002FC9. Grayscale: #CDCDCD. Windows color (decimal): -12234 or 3592447. OLE color: 3592447.
HSL color Cylindrical-coordinate representation of color #FFD036: hue angle of 45.97º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FFD036 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 54 | - |
| CMYK | 0 | 0.18 | 0.79 | 0 |
| HSL | 45.97º | 1% | 0.61% | - |
| HSV(B) | 45.97º | 0.79% | 1% | - |
| XYZ | 64.46 | 66.64 | 12.95 | - |
| YUV | 204.5 | 43.07 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 54 | 0 | 0.18 | 0.79 | 0 | 45.97 | 1 | 0.61 |
| Hex | FF | D0 | 36 | 0 | 12 | 4F | 0 | 2E | 64 | 3D |
| Octal | 377 | 320 | 66 | 0 | 22 | 117 | 0 | 56 | 144 | 75 |
| Binary | 11111111 | 11010000 | 110110 | 0 | 10010 | 1001111 | 0 | 101110 | 1100100 | 111101 |
Color Harmonies of #FFD036
Complementary color
Monochromatic Colors of #FFD036
Black with #FFD036
Text Example
Text Example
White with #FFD036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD036; }
p { color: rgb(255,208,54); }
H1.HeaderClassName
{
color: #FFD036;
}
.AnyTagClassName
{
color: #FFD036;
}
</style>
background-color css
<style>
a { background-color: #FFD036; }
a { background-color: rgb(255,208,54); }
div.DivClassName
{
background-color: #FFD036;
}
.BgClassName
{
background-color: #FFD036;
}
</style>
border-color css
<style>
span { border-color: #FFD036; }
span { border-color: rgb(255,208,54); }
td.TdClassName
{
border-color: #FFD036;
}
.TagClassName
{
border-color: #FFD036;
}
</style>