Shades of Sunglow #FFD135
Tints of Sunglow #FFD135
RGB
CMYK
RGB Variations
Color information
#FFD135 (or 0xFFD135) is known color: Sunglow. HEX triplet: FF, D1 and 35. RGB value is (255,209,53). Sum of RGB (Red+Green+Blue) = 255+209+53=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 53 (21.09% from 255 or 10.25% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD135 is #002ECA. Grayscale: #CDCDCD. Windows color (decimal): -11979 or 3527167. OLE color: 3527167.
HSL color Cylindrical-coordinate representation of color #FFD135: hue angle of 46.34º 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 #FFD135 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 53 | - |
| CMYK | 0 | 0.18 | 0.79 | 0 |
| HSL | 46.34º | 1% | 0.6% | - |
| HSV(B) | 46.34º | 0.79% | 1% | - |
| XYZ | 64.68 | 67.12 | 12.91 | - |
| YUV | 204.97 | 42.24 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 53 | 0 | 0.18 | 0.79 | 0 | 46.34 | 1 | 0.6 |
| Hex | FF | D1 | 35 | 0 | 12 | 4F | 0 | 2E | 64 | 3C |
| Octal | 377 | 321 | 65 | 0 | 22 | 117 | 0 | 56 | 144 | 74 |
| Binary | 11111111 | 11010001 | 110101 | 0 | 10010 | 1001111 | 0 | 101110 | 1100100 | 111100 |
Color Harmonies of #FFD135
Complementary color
Monochromatic Colors of #FFD135
Black with #FFD135
Text Example
Text Example
White with #FFD135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD135; }
p { color: rgb(255,209,53); }
H1.HeaderClassName
{
color: #FFD135;
}
.AnyTagClassName
{
color: #FFD135;
}
</style>
background-color css
<style>
a { background-color: #FFD135; }
a { background-color: rgb(255,209,53); }
div.DivClassName
{
background-color: #FFD135;
}
.BgClassName
{
background-color: #FFD135;
}
</style>
border-color css
<style>
span { border-color: #FFD135; }
span { border-color: rgb(255,209,53); }
td.TdClassName
{
border-color: #FFD135;
}
.TagClassName
{
border-color: #FFD135;
}
</style>