Shades of Sunglow #FDD43C
Tints of Sunglow #FDD43C
RGB
CMYK
RGB Variations
Color information
#FDD43C (or 0xFDD43C) is known color: Sunglow. HEX triplet: FD, D4 and 3C. RGB value is (253,212,60). Sum of RGB (Red+Green+Blue) = 253+212+60=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 212 (83.20% from 255 or 40.38% from 525); Blue value is 60 (23.83% from 255 or 11.43% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD43C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD43C is #022BC3. Grayscale: #CFCFCF. Windows color (decimal): -142276 or 3986685. OLE color: 3986685.
HSL color Cylindrical-coordinate representation of color #FDD43C: hue angle of 47.25º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDD43C is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 60 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.01 |
| HSL | 47.25º | 0.98% | 0.61% | - |
| HSV(B) | 47.25º | 0.76% | 0.99% | - |
| XYZ | 64.87 | 68.3 | 14.04 | - |
| YUV | 206.93 | 45.08 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 60 | 0 | 0.16 | 0.76 | 0.01 | 47.25 | 0.98 | 0.61 |
| Hex | FD | D4 | 3C | 0 | 10 | 4C | 1 | 2F | 62 | 3D |
| Octal | 375 | 324 | 74 | 0 | 20 | 114 | 1 | 57 | 142 | 75 |
| Binary | 11111101 | 11010100 | 111100 | 0 | 10000 | 1001100 | 1 | 101111 | 1100010 | 111101 |
Color Harmonies of #FDD43C
Complementary color
Monochromatic Colors of #FDD43C
Black with #FDD43C
Text Example
Text Example
White with #FDD43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD43C; }
p { color: rgb(253,212,60); }
H1.HeaderClassName
{
color: #FDD43C;
}
.AnyTagClassName
{
color: #FDD43C;
}
</style>
background-color css
<style>
a { background-color: #FDD43C; }
a { background-color: rgb(253,212,60); }
div.DivClassName
{
background-color: #FDD43C;
}
.BgClassName
{
background-color: #FDD43C;
}
</style>
border-color css
<style>
span { border-color: #FDD43C; }
span { border-color: rgb(253,212,60); }
td.TdClassName
{
border-color: #FDD43C;
}
.TagClassName
{
border-color: #FDD43C;
}
</style>