Shades of Sunglow #FFD335
Tints of Sunglow #FFD335
RGB
CMYK
RGB Variations
Color information
#FFD335 (or 0xFFD335) is known color: Sunglow. HEX triplet: FF, D3 and 35. RGB value is (255,211,53). Sum of RGB (Red+Green+Blue) = 255+211+53=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 53 (21.09% from 255 or 10.21% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD335 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD335 is #002CCA. Grayscale: #CECECE. Windows color (decimal): -11467 or 3527679. OLE color: 3527679.
HSL color Cylindrical-coordinate representation of color #FFD335: hue angle of 46.93º 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 #FFD335 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 53 | - |
| CMYK | 0 | 0.17 | 0.79 | 0 |
| HSL | 46.93º | 1% | 0.6% | - |
| HSV(B) | 46.93º | 0.79% | 1% | - |
| XYZ | 65.18 | 68.11 | 13.08 | - |
| YUV | 206.14 | 41.58 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 53 | 0 | 0.17 | 0.79 | 0 | 46.93 | 1 | 0.6 |
| Hex | FF | D3 | 35 | 0 | 11 | 4F | 0 | 2F | 64 | 3C |
| Octal | 377 | 323 | 65 | 0 | 21 | 117 | 0 | 57 | 144 | 74 |
| Binary | 11111111 | 11010011 | 110101 | 0 | 10001 | 1001111 | 0 | 101111 | 1100100 | 111100 |
Color Harmonies of #FFD335
Complementary color
Monochromatic Colors of #FFD335
Black with #FFD335
Text Example
Text Example
White with #FFD335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD335; }
p { color: rgb(255,211,53); }
H1.HeaderClassName
{
color: #FFD335;
}
.AnyTagClassName
{
color: #FFD335;
}
</style>
background-color css
<style>
a { background-color: #FFD335; }
a { background-color: rgb(255,211,53); }
div.DivClassName
{
background-color: #FFD335;
}
.BgClassName
{
background-color: #FFD335;
}
</style>
border-color css
<style>
span { border-color: #FFD335; }
span { border-color: rgb(255,211,53); }
td.TdClassName
{
border-color: #FFD335;
}
.TagClassName
{
border-color: #FFD335;
}
</style>