Shades of Sun #FB863A
Tints of Sun #FB863A
RGB
CMYK
RGB Variations
Color information
#FB863A (or 0xFB863A) is known color: Sun. HEX triplet: FB, 86 and 3A. RGB value is (251,134,58). Sum of RGB (Red+Green+Blue) = 251+134+58=443 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.66% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 58 (23.05% from 255 or 13.09% from 443); Max value from RGB is 251 - color contains mainly: red. Hex color #FB863A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB863A is #0479C5. Grayscale: #A0A0A0. Windows color (decimal): -293318 or 3835643. OLE color: 3835643.
HSL color Cylindrical-coordinate representation of color #FB863A: hue angle of 23.63º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB863A is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 134 | 58 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.02 |
| HSL | 23.63º | 0.96% | 0.61% | - |
| HSV(B) | 23.63º | 0.77% | 0.98% | - |
| XYZ | 49.07 | 37.86 | 8.73 | - |
| YUV | 160.32 | 70.26 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 134 | 58 | 0 | 0.47 | 0.77 | 0.02 | 23.63 | 0.96 | 0.61 |
| Hex | FB | 86 | 3A | 0 | 2F | 4D | 2 | 18 | 60 | 3D |
| Octal | 373 | 206 | 72 | 0 | 57 | 115 | 2 | 30 | 140 | 75 |
| Binary | 11111011 | 10000110 | 111010 | 0 | 101111 | 1001101 | 10 | 11000 | 1100000 | 111101 |
Color Harmonies of #FB863A
Complementary color
Monochromatic Colors of #FB863A
Black with #FB863A
Text Example
Text Example
White with #FB863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB863A; }
p { color: rgb(251,134,58); }
H1.HeaderClassName
{
color: #FB863A;
}
.AnyTagClassName
{
color: #FB863A;
}
</style>
background-color css
<style>
a { background-color: #FB863A; }
a { background-color: rgb(251,134,58); }
div.DivClassName
{
background-color: #FB863A;
}
.BgClassName
{
background-color: #FB863A;
}
</style>
border-color css
<style>
span { border-color: #FB863A; }
span { border-color: rgb(251,134,58); }
td.TdClassName
{
border-color: #FB863A;
}
.TagClassName
{
border-color: #FB863A;
}
</style>