Shades of Sunglow #FFD035
Tints of Sunglow #FFD035
RGB
CMYK
RGB Variations
Color information
#FFD035 (or 0xFFD035) is known color: Sunglow. HEX triplet: FF, D0 and 35. RGB value is (255,208,53). Sum of RGB (Red+Green+Blue) = 255+208+53=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 53 (21.09% from 255 or 10.27% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD035 is #002FCA. Grayscale: #CDCDCD. Windows color (decimal): -12235 or 3526911. OLE color: 3526911.
HSL color Cylindrical-coordinate representation of color #FFD035: hue angle of 46.04º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FFD035 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 53 | - |
| CMYK | 0 | 0.18 | 0.79 | 0 |
| HSL | 46.04º | 1% | 0.6% | - |
| HSV(B) | 46.04º | 0.79% | 1% | - |
| XYZ | 64.44 | 66.63 | 12.83 | - |
| YUV | 204.38 | 42.57 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 53 | 0 | 0.18 | 0.79 | 0 | 46.04 | 1 | 0.6 |
| Hex | FF | D0 | 35 | 0 | 12 | 4F | 0 | 2E | 64 | 3C |
| Octal | 377 | 320 | 65 | 0 | 22 | 117 | 0 | 56 | 144 | 74 |
| Binary | 11111111 | 11010000 | 110101 | 0 | 10010 | 1001111 | 0 | 101110 | 1100100 | 111100 |
Color Harmonies of #FFD035
Complementary color
Monochromatic Colors of #FFD035
Black with #FFD035
Text Example
Text Example
White with #FFD035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD035; }
p { color: rgb(255,208,53); }
H1.HeaderClassName
{
color: #FFD035;
}
.AnyTagClassName
{
color: #FFD035;
}
</style>
background-color css
<style>
a { background-color: #FFD035; }
a { background-color: rgb(255,208,53); }
div.DivClassName
{
background-color: #FFD035;
}
.BgClassName
{
background-color: #FFD035;
}
</style>
border-color css
<style>
span { border-color: #FFD035; }
span { border-color: rgb(255,208,53); }
td.TdClassName
{
border-color: #FFD035;
}
.TagClassName
{
border-color: #FFD035;
}
</style>