Shades of Sun #FF8D3E
Tints of Sun #FF8D3E
RGB
CMYK
RGB Variations
Color information
#FF8D3E (or 0xFF8D3E) is known color: Sun. HEX triplet: FF, 8D and 3E. RGB value is (255,141,62). Sum of RGB (Red+Green+Blue) = 255+141+62=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 62 (24.61% from 255 or 13.54% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8D3E is #0072C1. Grayscale: #A6A6A6. Windows color (decimal): -29378 or 4099583. OLE color: 4099583.
HSL color Cylindrical-coordinate representation of color #FF8D3E: hue angle of 24.56º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF8D3E is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 62 | - |
| CMYK | 0 | 0.45 | 0.76 | 0 |
| HSL | 24.56º | 1% | 0.62% | - |
| HSV(B) | 24.56º | 0.76% | 1% | - |
| XYZ | 51.63 | 40.66 | 9.68 | - |
| YUV | 166.08 | 69.27 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 62 | 0 | 0.45 | 0.76 | 0 | 24.56 | 1 | 0.62 |
| Hex | FF | 8D | 3E | 0 | 2D | 4C | 0 | 19 | 64 | 3E |
| Octal | 377 | 215 | 76 | 0 | 55 | 114 | 0 | 31 | 144 | 76 |
| Binary | 11111111 | 10001101 | 111110 | 0 | 101101 | 1001100 | 0 | 11001 | 1100100 | 111110 |
Color Harmonies of #FF8D3E
Complementary color
Monochromatic Colors of #FF8D3E
Black with #FF8D3E
Text Example
Text Example
White with #FF8D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D3E; }
p { color: rgb(255,141,62); }
H1.HeaderClassName
{
color: #FF8D3E;
}
.AnyTagClassName
{
color: #FF8D3E;
}
</style>
background-color css
<style>
a { background-color: #FF8D3E; }
a { background-color: rgb(255,141,62); }
div.DivClassName
{
background-color: #FF8D3E;
}
.BgClassName
{
background-color: #FF8D3E;
}
</style>
border-color css
<style>
span { border-color: #FF8D3E; }
span { border-color: rgb(255,141,62); }
td.TdClassName
{
border-color: #FF8D3E;
}
.TagClassName
{
border-color: #FF8D3E;
}
</style>