Shades of Sun #FB863E
Tints of Sun #FB863E
RGB
CMYK
RGB Variations
Color information
#FB863E (or 0xFB863E) is known color: Sun. HEX triplet: FB, 86 and 3E. RGB value is (251,134,62). Sum of RGB (Red+Green+Blue) = 251+134+62=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 62 (24.61% from 255 or 13.87% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FB863E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB863E is #0479C1. Grayscale: #A1A1A1. Windows color (decimal): -293314 or 4097787. OLE color: 4097787.
HSL color Cylindrical-coordinate representation of color #FB863E: hue angle of 22.86º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB863E is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 134 | 62 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.02 |
| HSL | 22.86º | 0.96% | 0.61% | - |
| HSV(B) | 22.86º | 0.75% | 0.98% | - |
| XYZ | 49.18 | 37.91 | 9.28 | - |
| YUV | 160.78 | 72.26 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 134 | 62 | 0 | 0.47 | 0.75 | 0.02 | 22.86 | 0.96 | 0.61 |
| Hex | FB | 86 | 3E | 0 | 2F | 4B | 2 | 17 | 60 | 3D |
| Octal | 373 | 206 | 76 | 0 | 57 | 113 | 2 | 27 | 140 | 75 |
| Binary | 11111011 | 10000110 | 111110 | 0 | 101111 | 1001011 | 10 | 10111 | 1100000 | 111101 |
Color Harmonies of #FB863E
Complementary color
Monochromatic Colors of #FB863E
Black with #FB863E
Text Example
Text Example
White with #FB863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB863E; }
p { color: rgb(251,134,62); }
H1.HeaderClassName
{
color: #FB863E;
}
.AnyTagClassName
{
color: #FB863E;
}
</style>
background-color css
<style>
a { background-color: #FB863E; }
a { background-color: rgb(251,134,62); }
div.DivClassName
{
background-color: #FB863E;
}
.BgClassName
{
background-color: #FB863E;
}
</style>
border-color css
<style>
span { border-color: #FB863E; }
span { border-color: rgb(251,134,62); }
td.TdClassName
{
border-color: #FB863E;
}
.TagClassName
{
border-color: #FB863E;
}
</style>