Shades of Sunglow #FDD340
Tints of Sunglow #FDD340
RGB
CMYK
RGB Variations
Color information
#FDD340 (or 0xFDD340) is known color: Sunglow. HEX triplet: FD, D3 and 40. RGB value is (253,211,64). Sum of RGB (Red+Green+Blue) = 253+211+64=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 64 (25.39% from 255 or 12.12% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD340 is #022CBF. Grayscale: #CFCFCF. Windows color (decimal): -142528 or 4248573. OLE color: 4248573.
HSL color Cylindrical-coordinate representation of color #FDD340: hue angle of 46.67º 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 #FDD340 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 64 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.01 |
| HSL | 46.67º | 0.98% | 0.62% | - |
| HSV(B) | 46.67º | 0.75% | 0.99% | - |
| XYZ | 64.73 | 67.84 | 14.53 | - |
| YUV | 206.8 | 47.41 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 64 | 0 | 0.17 | 0.75 | 0.01 | 46.67 | 0.98 | 0.62 |
| Hex | FD | D3 | 40 | 0 | 11 | 4B | 1 | 2F | 62 | 3E |
| Octal | 375 | 323 | 100 | 0 | 21 | 113 | 1 | 57 | 142 | 76 |
| Binary | 11111101 | 11010011 | 1000000 | 0 | 10001 | 1001011 | 1 | 101111 | 1100010 | 111110 |
Color Harmonies of #FDD340
Complementary color
Monochromatic Colors of #FDD340
Black with #FDD340
Text Example
Text Example
White with #FDD340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD340; }
p { color: rgb(253,211,64); }
H1.HeaderClassName
{
color: #FDD340;
}
.AnyTagClassName
{
color: #FDD340;
}
</style>
background-color css
<style>
a { background-color: #FDD340; }
a { background-color: rgb(253,211,64); }
div.DivClassName
{
background-color: #FDD340;
}
.BgClassName
{
background-color: #FDD340;
}
</style>
border-color css
<style>
span { border-color: #FDD340; }
span { border-color: rgb(253,211,64); }
td.TdClassName
{
border-color: #FDD340;
}
.TagClassName
{
border-color: #FDD340;
}
</style>