Shades of Sunglow #FDCC41
Tints of Sunglow #FDCC41
RGB
CMYK
RGB Variations
Color information
#FDCC41 (or 0xFDCC41) is known color: Sunglow. HEX triplet: FD, CC and 41. RGB value is (253,204,65). Sum of RGB (Red+Green+Blue) = 253+204+65=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 65 (25.78% from 255 or 12.45% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCC41 is #0233BE. Grayscale: #CBCBCB. Windows color (decimal): -144319 or 4312317. OLE color: 4312317.
HSL color Cylindrical-coordinate representation of color #FDCC41: hue angle of 44.36º 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 #FDCC41 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 65 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.01 |
| HSL | 44.36º | 0.98% | 0.62% | - |
| HSV(B) | 44.36º | 0.74% | 0.99% | - |
| XYZ | 63.06 | 64.45 | 14.12 | - |
| YUV | 202.81 | 50.23 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 65 | 0 | 0.19 | 0.74 | 0.01 | 44.36 | 0.98 | 0.62 |
| Hex | FD | CC | 41 | 0 | 13 | 4A | 1 | 2C | 62 | 3E |
| Octal | 375 | 314 | 101 | 0 | 23 | 112 | 1 | 54 | 142 | 76 |
| Binary | 11111101 | 11001100 | 1000001 | 0 | 10011 | 1001010 | 1 | 101100 | 1100010 | 111110 |
Color Harmonies of #FDCC41
Complementary color
Monochromatic Colors of #FDCC41
Black with #FDCC41
Text Example
Text Example
White with #FDCC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCC41; }
p { color: rgb(253,204,65); }
H1.HeaderClassName
{
color: #FDCC41;
}
.AnyTagClassName
{
color: #FDCC41;
}
</style>
background-color css
<style>
a { background-color: #FDCC41; }
a { background-color: rgb(253,204,65); }
div.DivClassName
{
background-color: #FDCC41;
}
.BgClassName
{
background-color: #FDCC41;
}
</style>
border-color css
<style>
span { border-color: #FDCC41; }
span { border-color: rgb(253,204,65); }
td.TdClassName
{
border-color: #FDCC41;
}
.TagClassName
{
border-color: #FDCC41;
}
</style>