Shades of Sunglow #FDD135
Tints of Sunglow #FDD135
RGB
CMYK
RGB Variations
Color information
#FDD135 (or 0xFDD135) is known color: Sunglow. HEX triplet: FD, D1 and 35. RGB value is (253,209,53). Sum of RGB (Red+Green+Blue) = 253+209+53=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 53 (21.09% from 255 or 10.29% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD135 is #022ECA. Grayscale: #CDCDCD. Windows color (decimal): -143051 or 3527165. OLE color: 3527165.
HSL color Cylindrical-coordinate representation of color #FDD135: hue angle of 46.8º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FDD135 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 53 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.01 |
| HSL | 46.8º | 0.98% | 0.6% | - |
| HSV(B) | 46.8º | 0.79% | 0.99% | - |
| XYZ | 63.95 | 66.74 | 12.88 | - |
| YUV | 204.37 | 42.58 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 53 | 0 | 0.17 | 0.79 | 0.01 | 46.8 | 0.98 | 0.6 |
| Hex | FD | D1 | 35 | 0 | 11 | 4F | 1 | 2F | 62 | 3C |
| Octal | 375 | 321 | 65 | 0 | 21 | 117 | 1 | 57 | 142 | 74 |
| Binary | 11111101 | 11010001 | 110101 | 0 | 10001 | 1001111 | 1 | 101111 | 1100010 | 111100 |
Color Harmonies of #FDD135
Complementary color
Monochromatic Colors of #FDD135
Black with #FDD135
Text Example
Text Example
White with #FDD135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD135; }
p { color: rgb(253,209,53); }
H1.HeaderClassName
{
color: #FDD135;
}
.AnyTagClassName
{
color: #FDD135;
}
</style>
background-color css
<style>
a { background-color: #FDD135; }
a { background-color: rgb(253,209,53); }
div.DivClassName
{
background-color: #FDD135;
}
.BgClassName
{
background-color: #FDD135;
}
</style>
border-color css
<style>
span { border-color: #FDD135; }
span { border-color: rgb(253,209,53); }
td.TdClassName
{
border-color: #FDD135;
}
.TagClassName
{
border-color: #FDD135;
}
</style>