Shades of Sunglow #FDD33F
Tints of Sunglow #FDD33F
RGB
CMYK
RGB Variations
Color information
#FDD33F (or 0xFDD33F) is known color: Sunglow. HEX triplet: FD, D3 and 3F. RGB value is (253,211,63). Sum of RGB (Red+Green+Blue) = 253+211+63=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 63 (25% from 255 or 11.95% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD33F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD33F is #022CC0. Grayscale: #CFCFCF. Windows color (decimal): -142529 or 4183037. OLE color: 4183037.
HSL color Cylindrical-coordinate representation of color #FDD33F: hue angle of 46.74º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDD33F is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 63 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.01 |
| HSL | 46.74º | 0.98% | 0.62% | - |
| HSV(B) | 46.74º | 0.75% | 0.99% | - |
| XYZ | 64.7 | 67.83 | 14.39 | - |
| YUV | 206.69 | 46.91 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 63 | 0 | 0.17 | 0.75 | 0.01 | 46.74 | 0.98 | 0.62 |
| Hex | FD | D3 | 3F | 0 | 11 | 4B | 1 | 2F | 62 | 3E |
| Octal | 375 | 323 | 77 | 0 | 21 | 113 | 1 | 57 | 142 | 76 |
| Binary | 11111101 | 11010011 | 111111 | 0 | 10001 | 1001011 | 1 | 101111 | 1100010 | 111110 |
Color Harmonies of #FDD33F
Complementary color
Monochromatic Colors of #FDD33F
Black with #FDD33F
Text Example
Text Example
White with #FDD33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD33F; }
p { color: rgb(253,211,63); }
H1.HeaderClassName
{
color: #FDD33F;
}
.AnyTagClassName
{
color: #FDD33F;
}
</style>
background-color css
<style>
a { background-color: #FDD33F; }
a { background-color: rgb(253,211,63); }
div.DivClassName
{
background-color: #FDD33F;
}
.BgClassName
{
background-color: #FDD33F;
}
</style>
border-color css
<style>
span { border-color: #FDD33F; }
span { border-color: rgb(253,211,63); }
td.TdClassName
{
border-color: #FDD33F;
}
.TagClassName
{
border-color: #FDD33F;
}
</style>