Shades of Sun #FF8630
Tints of Sun #FF8630
RGB
CMYK
RGB Variations
Color information
#FF8630 (or 0xFF8630) is known color: Sun. HEX triplet: FF, 86 and 30. RGB value is (255,134,48). Sum of RGB (Red+Green+Blue) = 255+134+48=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 48 (19.14% from 255 or 10.98% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8630 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8630 is #0079CF. Grayscale: #A0A0A0. Windows color (decimal): -31184 or 3180287. OLE color: 3180287.
HSL color Cylindrical-coordinate representation of color #FF8630: hue angle of 24.93º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF8630 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 48 | - |
| CMYK | 0 | 0.47 | 0.81 | 0 |
| HSL | 24.93º | 1% | 0.59% | - |
| HSV(B) | 24.93º | 0.81% | 1% | - |
| XYZ | 50.3 | 38.52 | 7.58 | - |
| YUV | 160.38 | 64.59 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 48 | 0 | 0.47 | 0.81 | 0 | 24.93 | 1 | 0.59 |
| Hex | FF | 86 | 30 | 0 | 2F | 51 | 0 | 19 | 64 | 3B |
| Octal | 377 | 206 | 60 | 0 | 57 | 121 | 0 | 31 | 144 | 73 |
| Binary | 11111111 | 10000110 | 110000 | 0 | 101111 | 1010001 | 0 | 11001 | 1100100 | 111011 |
Color Harmonies of #FF8630
Complementary color
Monochromatic Colors of #FF8630
Black with #FF8630
Text Example
Text Example
White with #FF8630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8630; }
p { color: rgb(255,134,48); }
H1.HeaderClassName
{
color: #FF8630;
}
.AnyTagClassName
{
color: #FF8630;
}
</style>
background-color css
<style>
a { background-color: #FF8630; }
a { background-color: rgb(255,134,48); }
div.DivClassName
{
background-color: #FF8630;
}
.BgClassName
{
background-color: #FF8630;
}
</style>
border-color css
<style>
span { border-color: #FF8630; }
span { border-color: rgb(255,134,48); }
td.TdClassName
{
border-color: #FF8630;
}
.TagClassName
{
border-color: #FF8630;
}
</style>