Shades of Sunglow #FDD33D
Tints of Sunglow #FDD33D
RGB
CMYK
RGB Variations
Color information
#FDD33D (or 0xFDD33D) is known color: Sunglow. HEX triplet: FD, D3 and 3D. RGB value is (253,211,61). Sum of RGB (Red+Green+Blue) = 253+211+61=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 61 (24.22% from 255 or 11.62% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD33D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD33D is #022CC2. Grayscale: #CFCFCF. Windows color (decimal): -142531 or 4051965. OLE color: 4051965.
HSL color Cylindrical-coordinate representation of color #FDD33D: hue angle of 46.88º 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 #FDD33D is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 61 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.01 |
| HSL | 46.88º | 0.98% | 0.62% | - |
| HSV(B) | 46.88º | 0.76% | 0.99% | - |
| XYZ | 64.64 | 67.81 | 14.1 | - |
| YUV | 206.46 | 45.91 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 61 | 0 | 0.17 | 0.76 | 0.01 | 46.88 | 0.98 | 0.62 |
| Hex | FD | D3 | 3D | 0 | 11 | 4C | 1 | 2F | 62 | 3E |
| Octal | 375 | 323 | 75 | 0 | 21 | 114 | 1 | 57 | 142 | 76 |
| Binary | 11111101 | 11010011 | 111101 | 0 | 10001 | 1001100 | 1 | 101111 | 1100010 | 111110 |
Color Harmonies of #FDD33D
Complementary color
Monochromatic Colors of #FDD33D
Black with #FDD33D
Text Example
Text Example
White with #FDD33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD33D; }
p { color: rgb(253,211,61); }
H1.HeaderClassName
{
color: #FDD33D;
}
.AnyTagClassName
{
color: #FDD33D;
}
</style>
background-color css
<style>
a { background-color: #FDD33D; }
a { background-color: rgb(253,211,61); }
div.DivClassName
{
background-color: #FDD33D;
}
.BgClassName
{
background-color: #FDD33D;
}
</style>
border-color css
<style>
span { border-color: #FDD33D; }
span { border-color: rgb(253,211,61); }
td.TdClassName
{
border-color: #FDD33D;
}
.TagClassName
{
border-color: #FDD33D;
}
</style>