Shades of Sun #FF8A40
Tints of Sun #FF8A40
RGB
CMYK
RGB Variations
Color information
#FF8A40 (or 0xFF8A40) is known color: Sun. HEX triplet: FF, 8A and 40. RGB value is (255,138,64). Sum of RGB (Red+Green+Blue) = 255+138+64=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8A40 is #0075BF. Grayscale: #A4A4A4. Windows color (decimal): -30144 or 4229887. OLE color: 4229887.
HSL color Cylindrical-coordinate representation of color #FF8A40: hue angle of 23.25º 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 #FF8A40 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 64 | - |
| CMYK | 0 | 0.46 | 0.75 | 0 |
| HSL | 23.25º | 1% | 0.63% | - |
| HSV(B) | 23.25º | 0.75% | 1% | - |
| XYZ | 51.25 | 39.81 | 9.83 | - |
| YUV | 164.55 | 71.26 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 64 | 0 | 0.46 | 0.75 | 0 | 23.25 | 1 | 0.63 |
| Hex | FF | 8A | 40 | 0 | 2E | 4B | 0 | 17 | 64 | 3F |
| Octal | 377 | 212 | 100 | 0 | 56 | 113 | 0 | 27 | 144 | 77 |
| Binary | 11111111 | 10001010 | 1000000 | 0 | 101110 | 1001011 | 0 | 10111 | 1100100 | 111111 |
Color Harmonies of #FF8A40
Complementary color
Monochromatic Colors of #FF8A40
Black with #FF8A40
Text Example
Text Example
White with #FF8A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8A40; }
p { color: rgb(255,138,64); }
H1.HeaderClassName
{
color: #FF8A40;
}
.AnyTagClassName
{
color: #FF8A40;
}
</style>
background-color css
<style>
a { background-color: #FF8A40; }
a { background-color: rgb(255,138,64); }
div.DivClassName
{
background-color: #FF8A40;
}
.BgClassName
{
background-color: #FF8A40;
}
</style>
border-color css
<style>
span { border-color: #FF8A40; }
span { border-color: rgb(255,138,64); }
td.TdClassName
{
border-color: #FF8A40;
}
.TagClassName
{
border-color: #FF8A40;
}
</style>