Shades of Sunglow #FDD140
Tints of Sunglow #FDD140
RGB
CMYK
RGB Variations
Color information
#FDD140 (or 0xFDD140) is known color: Sunglow. HEX triplet: FD, D1 and 40. RGB value is (253,209,64). Sum of RGB (Red+Green+Blue) = 253+209+64=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 64 (25.39% from 255 or 12.17% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD140 is #022EBF. Grayscale: #CECECE. Windows color (decimal): -143040 or 4248061. OLE color: 4248061.
HSL color Cylindrical-coordinate representation of color #FDD140: hue angle of 46.03º 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 #FDD140 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 64 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.01 |
| HSL | 46.03º | 0.98% | 0.62% | - |
| HSV(B) | 46.03º | 0.75% | 0.99% | - |
| XYZ | 64.23 | 66.85 | 14.37 | - |
| YUV | 205.63 | 48.08 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 64 | 0 | 0.17 | 0.75 | 0.01 | 46.03 | 0.98 | 0.62 |
| Hex | FD | D1 | 40 | 0 | 11 | 4B | 1 | 2E | 62 | 3E |
| Octal | 375 | 321 | 100 | 0 | 21 | 113 | 1 | 56 | 142 | 76 |
| Binary | 11111101 | 11010001 | 1000000 | 0 | 10001 | 1001011 | 1 | 101110 | 1100010 | 111110 |
Color Harmonies of #FDD140
Complementary color
Monochromatic Colors of #FDD140
Black with #FDD140
Text Example
Text Example
White with #FDD140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD140; }
p { color: rgb(253,209,64); }
H1.HeaderClassName
{
color: #FDD140;
}
.AnyTagClassName
{
color: #FDD140;
}
</style>
background-color css
<style>
a { background-color: #FDD140; }
a { background-color: rgb(253,209,64); }
div.DivClassName
{
background-color: #FDD140;
}
.BgClassName
{
background-color: #FDD140;
}
</style>
border-color css
<style>
span { border-color: #FDD140; }
span { border-color: rgb(253,209,64); }
td.TdClassName
{
border-color: #FDD140;
}
.TagClassName
{
border-color: #FDD140;
}
</style>