Shades of Sun #FF8840
Tints of Sun #FF8840
RGB
CMYK
RGB Variations
Color information
#FF8840 (or 0xFF8840) is known color: Sun. HEX triplet: FF, 88 and 40. RGB value is (255,136,64). Sum of RGB (Red+Green+Blue) = 255+136+64=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8840 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8840 is #0077BF. Grayscale: #A3A3A3. Windows color (decimal): -30656 or 4229375. OLE color: 4229375.
HSL color Cylindrical-coordinate representation of color #FF8840: hue angle of 22.62º 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 #FF8840 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 64 | - |
| CMYK | 0 | 0.47 | 0.75 | 0 |
| HSL | 22.62º | 1% | 0.63% | - |
| HSV(B) | 22.62º | 0.75% | 1% | - |
| XYZ | 50.97 | 39.24 | 9.74 | - |
| YUV | 163.37 | 71.92 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 64 | 0 | 0.47 | 0.75 | 0 | 22.62 | 1 | 0.63 |
| Hex | FF | 88 | 40 | 0 | 2F | 4B | 0 | 17 | 64 | 3F |
| Octal | 377 | 210 | 100 | 0 | 57 | 113 | 0 | 27 | 144 | 77 |
| Binary | 11111111 | 10001000 | 1000000 | 0 | 101111 | 1001011 | 0 | 10111 | 1100100 | 111111 |
Color Harmonies of #FF8840
Complementary color
Monochromatic Colors of #FF8840
Black with #FF8840
Text Example
Text Example
White with #FF8840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8840; }
p { color: rgb(255,136,64); }
H1.HeaderClassName
{
color: #FF8840;
}
.AnyTagClassName
{
color: #FF8840;
}
</style>
background-color css
<style>
a { background-color: #FF8840; }
a { background-color: rgb(255,136,64); }
div.DivClassName
{
background-color: #FF8840;
}
.BgClassName
{
background-color: #FF8840;
}
</style>
border-color css
<style>
span { border-color: #FF8840; }
span { border-color: rgb(255,136,64); }
td.TdClassName
{
border-color: #FF8840;
}
.TagClassName
{
border-color: #FF8840;
}
</style>