Shades of Sun #FF8632
Tints of Sun #FF8632
RGB
CMYK
RGB Variations
Color information
#FF8632 (or 0xFF8632) is known color: Sun. HEX triplet: FF, 86 and 32. RGB value is (255,134,50). Sum of RGB (Red+Green+Blue) = 255+134+50=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 50 (19.92% from 255 or 11.39% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8632 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8632 is #0079CD. Grayscale: #A1A1A1. Windows color (decimal): -31182 or 3311359. OLE color: 3311359.
HSL color Cylindrical-coordinate representation of color #FF8632: hue angle of 24.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF8632 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 50 | - |
| CMYK | 0 | 0.47 | 0.80 | 0 |
| HSL | 24.59º | 1% | 0.6% | - |
| HSV(B) | 24.59º | 0.8% | 1% | - |
| XYZ | 50.34 | 38.54 | 7.8 | - |
| YUV | 160.6 | 65.59 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 50 | 0 | 0.47 | 0.80 | 0 | 24.59 | 1 | 0.6 |
| Hex | FF | 86 | 32 | 0 | 2F | 50 | 0 | 19 | 64 | 3C |
| Octal | 377 | 206 | 62 | 0 | 57 | 120 | 0 | 31 | 144 | 74 |
| Binary | 11111111 | 10000110 | 110010 | 0 | 101111 | 1010000 | 0 | 11001 | 1100100 | 111100 |
Color Harmonies of #FF8632
Complementary color
Monochromatic Colors of #FF8632
Black with #FF8632
Text Example
Text Example
White with #FF8632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8632; }
p { color: rgb(255,134,50); }
H1.HeaderClassName
{
color: #FF8632;
}
.AnyTagClassName
{
color: #FF8632;
}
</style>
background-color css
<style>
a { background-color: #FF8632; }
a { background-color: rgb(255,134,50); }
div.DivClassName
{
background-color: #FF8632;
}
.BgClassName
{
background-color: #FF8632;
}
</style>
border-color css
<style>
span { border-color: #FF8632; }
span { border-color: rgb(255,134,50); }
td.TdClassName
{
border-color: #FF8632;
}
.TagClassName
{
border-color: #FF8632;
}
</style>