Shades of Sunglow #FDD43D
Tints of Sunglow #FDD43D
RGB
CMYK
RGB Variations
Color information
#FDD43D (or 0xFDD43D) is known color: Sunglow. HEX triplet: FD, D4 and 3D. RGB value is (253,212,61). Sum of RGB (Red+Green+Blue) = 253+212+61=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 61 (24.22% from 255 or 11.60% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD43D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD43D is #022BC2. Grayscale: #CFCFCF. Windows color (decimal): -142275 or 4052221. OLE color: 4052221.
HSL color Cylindrical-coordinate representation of color #FDD43D: hue angle of 47.19º 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 #FDD43D is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 61 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.01 |
| HSL | 47.19º | 0.98% | 0.62% | - |
| HSV(B) | 47.19º | 0.76% | 0.99% | - |
| XYZ | 64.89 | 68.31 | 14.18 | - |
| YUV | 207.05 | 45.58 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 61 | 0 | 0.16 | 0.76 | 0.01 | 47.19 | 0.98 | 0.62 |
| Hex | FD | D4 | 3D | 0 | 10 | 4C | 1 | 2F | 62 | 3E |
| Octal | 375 | 324 | 75 | 0 | 20 | 114 | 1 | 57 | 142 | 76 |
| Binary | 11111101 | 11010100 | 111101 | 0 | 10000 | 1001100 | 1 | 101111 | 1100010 | 111110 |
Color Harmonies of #FDD43D
Complementary color
Monochromatic Colors of #FDD43D
Black with #FDD43D
Text Example
Text Example
White with #FDD43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD43D; }
p { color: rgb(253,212,61); }
H1.HeaderClassName
{
color: #FDD43D;
}
.AnyTagClassName
{
color: #FDD43D;
}
</style>
background-color css
<style>
a { background-color: #FDD43D; }
a { background-color: rgb(253,212,61); }
div.DivClassName
{
background-color: #FDD43D;
}
.BgClassName
{
background-color: #FDD43D;
}
</style>
border-color css
<style>
span { border-color: #FDD43D; }
span { border-color: rgb(253,212,61); }
td.TdClassName
{
border-color: #FDD43D;
}
.TagClassName
{
border-color: #FDD43D;
}
</style>