Shades of Sun #FC8D41
Tints of Sun #FC8D41
RGB
CMYK
RGB Variations
Color information
#FC8D41 (or 0xFC8D41) is known color: Sun. HEX triplet: FC, 8D and 41. RGB value is (252,141,65). Sum of RGB (Red+Green+Blue) = 252+141+65=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 65 (25.78% from 255 or 14.19% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8D41 is #0372BE. Grayscale: #A5A5A5. Windows color (decimal): -225983 or 4296188. OLE color: 4296188.
HSL color Cylindrical-coordinate representation of color #FC8D41: hue angle of 24.39º degrees, saturation: 0.97, 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 #FC8D41 is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 65 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.01 |
| HSL | 24.39º | 0.97% | 0.62% | - |
| HSV(B) | 24.39º | 0.74% | 0.99% | - |
| XYZ | 50.62 | 40.13 | 10.08 | - |
| YUV | 165.53 | 71.27 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 65 | 0 | 0.44 | 0.74 | 0.01 | 24.39 | 0.97 | 0.62 |
| Hex | FC | 8D | 41 | 0 | 2C | 4A | 1 | 18 | 61 | 3E |
| Octal | 374 | 215 | 101 | 0 | 54 | 112 | 1 | 30 | 141 | 76 |
| Binary | 11111100 | 10001101 | 1000001 | 0 | 101100 | 1001010 | 1 | 11000 | 1100001 | 111110 |
Color Harmonies of #FC8D41
Complementary color
Monochromatic Colors of #FC8D41
Black with #FC8D41
Text Example
Text Example
White with #FC8D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8D41; }
p { color: rgb(252,141,65); }
H1.HeaderClassName
{
color: #FC8D41;
}
.AnyTagClassName
{
color: #FC8D41;
}
</style>
background-color css
<style>
a { background-color: #FC8D41; }
a { background-color: rgb(252,141,65); }
div.DivClassName
{
background-color: #FC8D41;
}
.BgClassName
{
background-color: #FC8D41;
}
</style>
border-color css
<style>
span { border-color: #FC8D41; }
span { border-color: rgb(252,141,65); }
td.TdClassName
{
border-color: #FC8D41;
}
.TagClassName
{
border-color: #FC8D41;
}
</style>