Shades of Sunglow #FDC441
Tints of Sunglow #FDC441
RGB
CMYK
RGB Variations
Color information
#FDC441 (or 0xFDC441) is known color: Sunglow. HEX triplet: FD, C4 and 41. RGB value is (253,196,65). Sum of RGB (Red+Green+Blue) = 253+196+65=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 65 (25.78% from 255 or 12.65% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC441 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC441 is #023BBE. Grayscale: #C6C6C6. Windows color (decimal): -146367 or 4310269. OLE color: 4310269.
HSL color Cylindrical-coordinate representation of color #FDC441: hue angle of 41.81º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FDC441 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 65 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.01 |
| HSL | 41.81º | 0.98% | 0.62% | - |
| HSV(B) | 41.81º | 0.74% | 0.99% | - |
| XYZ | 61.2 | 60.74 | 13.5 | - |
| YUV | 198.11 | 52.88 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 65 | 0 | 0.23 | 0.74 | 0.01 | 41.81 | 0.98 | 0.62 |
| Hex | FD | C4 | 41 | 0 | 17 | 4A | 1 | 2A | 62 | 3E |
| Octal | 375 | 304 | 101 | 0 | 27 | 112 | 1 | 52 | 142 | 76 |
| Binary | 11111101 | 11000100 | 1000001 | 0 | 10111 | 1001010 | 1 | 101010 | 1100010 | 111110 |
Color Harmonies of #FDC441
Complementary color
Monochromatic Colors of #FDC441
Black with #FDC441
Text Example
Text Example
White with #FDC441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC441; }
p { color: rgb(253,196,65); }
H1.HeaderClassName
{
color: #FDC441;
}
.AnyTagClassName
{
color: #FDC441;
}
</style>
background-color css
<style>
a { background-color: #FDC441; }
a { background-color: rgb(253,196,65); }
div.DivClassName
{
background-color: #FDC441;
}
.BgClassName
{
background-color: #FDC441;
}
</style>
border-color css
<style>
span { border-color: #FDC441; }
span { border-color: rgb(253,196,65); }
td.TdClassName
{
border-color: #FDC441;
}
.TagClassName
{
border-color: #FDC441;
}
</style>