Shades of Sun #FD8D41
Tints of Sun #FD8D41
RGB
CMYK
RGB Variations
Color information
#FD8D41 (or 0xFD8D41) is known color: Sun. HEX triplet: FD, 8D and 41. RGB value is (253,141,65). Sum of RGB (Red+Green+Blue) = 253+141+65=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8D41 is #0272BE. Grayscale: #A6A6A6. Windows color (decimal): -160447 or 4296189. OLE color: 4296189.
HSL color Cylindrical-coordinate representation of color #FD8D41: hue angle of 24.26º 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 #FD8D41 is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 141 | 65 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.01 |
| HSL | 24.26º | 0.98% | 0.62% | - |
| HSV(B) | 24.26º | 0.74% | 0.99% | - |
| XYZ | 50.99 | 40.31 | 10.1 | - |
| YUV | 165.82 | 71.11 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 141 | 65 | 0 | 0.44 | 0.74 | 0.01 | 24.26 | 0.98 | 0.62 |
| Hex | FD | 8D | 41 | 0 | 2C | 4A | 1 | 18 | 62 | 3E |
| Octal | 375 | 215 | 101 | 0 | 54 | 112 | 1 | 30 | 142 | 76 |
| Binary | 11111101 | 10001101 | 1000001 | 0 | 101100 | 1001010 | 1 | 11000 | 1100010 | 111110 |
Color Harmonies of #FD8D41
Complementary color
Monochromatic Colors of #FD8D41
Black with #FD8D41
Text Example
Text Example
White with #FD8D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8D41; }
p { color: rgb(253,141,65); }
H1.HeaderClassName
{
color: #FD8D41;
}
.AnyTagClassName
{
color: #FD8D41;
}
</style>
background-color css
<style>
a { background-color: #FD8D41; }
a { background-color: rgb(253,141,65); }
div.DivClassName
{
background-color: #FD8D41;
}
.BgClassName
{
background-color: #FD8D41;
}
</style>
border-color css
<style>
span { border-color: #FD8D41; }
span { border-color: rgb(253,141,65); }
td.TdClassName
{
border-color: #FD8D41;
}
.TagClassName
{
border-color: #FD8D41;
}
</style>