Shades of Sunglow #FDD13D
Tints of Sunglow #FDD13D
RGB
CMYK
RGB Variations
Color information
#FDD13D (or 0xFDD13D) is known color: Sunglow. HEX triplet: FD, D1 and 3D. RGB value is (253,209,61). Sum of RGB (Red+Green+Blue) = 253+209+61=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 61 (24.22% from 255 or 11.66% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD13D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD13D is #022EC2. Grayscale: #CDCDCD. Windows color (decimal): -143043 or 4051453. OLE color: 4051453.
HSL color Cylindrical-coordinate representation of color #FDD13D: hue angle of 46.25º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDD13D is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 61 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.01 |
| HSL | 46.25º | 0.98% | 0.62% | - |
| HSV(B) | 46.25º | 0.76% | 0.99% | - |
| XYZ | 64.15 | 66.82 | 13.93 | - |
| YUV | 205.28 | 46.58 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 61 | 0 | 0.17 | 0.76 | 0.01 | 46.25 | 0.98 | 0.62 |
| Hex | FD | D1 | 3D | 0 | 11 | 4C | 1 | 2E | 62 | 3E |
| Octal | 375 | 321 | 75 | 0 | 21 | 114 | 1 | 56 | 142 | 76 |
| Binary | 11111101 | 11010001 | 111101 | 0 | 10001 | 1001100 | 1 | 101110 | 1100010 | 111110 |
Color Harmonies of #FDD13D
Complementary color
Monochromatic Colors of #FDD13D
Black with #FDD13D
Text Example
Text Example
White with #FDD13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD13D; }
p { color: rgb(253,209,61); }
H1.HeaderClassName
{
color: #FDD13D;
}
.AnyTagClassName
{
color: #FDD13D;
}
</style>
background-color css
<style>
a { background-color: #FDD13D; }
a { background-color: rgb(253,209,61); }
div.DivClassName
{
background-color: #FDD13D;
}
.BgClassName
{
background-color: #FDD13D;
}
</style>
border-color css
<style>
span { border-color: #FDD13D; }
span { border-color: rgb(253,209,61); }
td.TdClassName
{
border-color: #FDD13D;
}
.TagClassName
{
border-color: #FDD13D;
}
</style>