Shades of Sun #FF8B40
Tints of Sun #FF8B40
RGB
CMYK
RGB Variations
Color information
#FF8B40 (or 0xFF8B40) is known color: Sun. HEX triplet: FF, 8B and 40. RGB value is (255,139,64). Sum of RGB (Red+Green+Blue) = 255+139+64=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8B40 is #0074BF. Grayscale: #A5A5A5. Windows color (decimal): -29888 or 4230143. OLE color: 4230143.
HSL color Cylindrical-coordinate representation of color #FF8B40: hue angle of 23.56º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF8B40 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 64 | - |
| CMYK | 0 | 0.45 | 0.75 | 0 |
| HSL | 23.56º | 1% | 0.63% | - |
| HSV(B) | 23.56º | 0.75% | 1% | - |
| XYZ | 51.4 | 40.1 | 9.88 | - |
| YUV | 165.13 | 70.93 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 64 | 0 | 0.45 | 0.75 | 0 | 23.56 | 1 | 0.63 |
| Hex | FF | 8B | 40 | 0 | 2D | 4B | 0 | 18 | 64 | 3F |
| Octal | 377 | 213 | 100 | 0 | 55 | 113 | 0 | 30 | 144 | 77 |
| Binary | 11111111 | 10001011 | 1000000 | 0 | 101101 | 1001011 | 0 | 11000 | 1100100 | 111111 |
Color Harmonies of #FF8B40
Complementary color
Monochromatic Colors of #FF8B40
Black with #FF8B40
Text Example
Text Example
White with #FF8B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B40; }
p { color: rgb(255,139,64); }
H1.HeaderClassName
{
color: #FF8B40;
}
.AnyTagClassName
{
color: #FF8B40;
}
</style>
background-color css
<style>
a { background-color: #FF8B40; }
a { background-color: rgb(255,139,64); }
div.DivClassName
{
background-color: #FF8B40;
}
.BgClassName
{
background-color: #FF8B40;
}
</style>
border-color css
<style>
span { border-color: #FF8B40; }
span { border-color: rgb(255,139,64); }
td.TdClassName
{
border-color: #FF8B40;
}
.TagClassName
{
border-color: #FF8B40;
}
</style>