Shades of Sun #FF8431
Tints of Sun #FF8431
RGB
CMYK
RGB Variations
Color information
#FF8431 (or 0xFF8431) is known color: Sun. HEX triplet: FF, 84 and 31. RGB value is (255,132,49). Sum of RGB (Red+Green+Blue) = 255+132+49=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8431 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8431 is #007BCE. Grayscale: #9F9F9F. Windows color (decimal): -31695 or 3245311. OLE color: 3245311.
HSL color Cylindrical-coordinate representation of color #FF8431: hue angle of 24.17º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF8431 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 49 | - |
| CMYK | 0 | 0.48 | 0.81 | 0 |
| HSL | 24.17º | 1% | 0.6% | - |
| HSV(B) | 24.17º | 0.81% | 1% | - |
| XYZ | 50.05 | 37.98 | 7.6 | - |
| YUV | 159.32 | 65.75 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 49 | 0 | 0.48 | 0.81 | 0 | 24.17 | 1 | 0.6 |
| Hex | FF | 84 | 31 | 0 | 30 | 51 | 0 | 18 | 64 | 3C |
| Octal | 377 | 204 | 61 | 0 | 60 | 121 | 0 | 30 | 144 | 74 |
| Binary | 11111111 | 10000100 | 110001 | 0 | 110000 | 1010001 | 0 | 11000 | 1100100 | 111100 |
Color Harmonies of #FF8431
Complementary color
Monochromatic Colors of #FF8431
Black with #FF8431
Text Example
Text Example
White with #FF8431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8431; }
p { color: rgb(255,132,49); }
H1.HeaderClassName
{
color: #FF8431;
}
.AnyTagClassName
{
color: #FF8431;
}
</style>
background-color css
<style>
a { background-color: #FF8431; }
a { background-color: rgb(255,132,49); }
div.DivClassName
{
background-color: #FF8431;
}
.BgClassName
{
background-color: #FF8431;
}
</style>
border-color css
<style>
span { border-color: #FF8431; }
span { border-color: rgb(255,132,49); }
td.TdClassName
{
border-color: #FF8431;
}
.TagClassName
{
border-color: #FF8431;
}
</style>