Shades of Sun #FB873A
Tints of Sun #FB873A
RGB
CMYK
RGB Variations
Color information
#FB873A (or 0xFB873A) is known color: Sun. HEX triplet: FB, 87 and 3A. RGB value is (251,135,58). Sum of RGB (Red+Green+Blue) = 251+135+58=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 58 (23.05% from 255 or 13.06% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FB873A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB873A is #0478C5. Grayscale: #A1A1A1. Windows color (decimal): -293062 or 3835899. OLE color: 3835899.
HSL color Cylindrical-coordinate representation of color #FB873A: hue angle of 23.94º 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 #FB873A is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 135 | 58 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.02 |
| HSL | 23.94º | 0.96% | 0.61% | - |
| HSV(B) | 23.94º | 0.77% | 0.98% | - |
| XYZ | 49.21 | 38.14 | 8.77 | - |
| YUV | 160.91 | 69.93 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 135 | 58 | 0 | 0.46 | 0.77 | 0.02 | 23.94 | 0.96 | 0.61 |
| Hex | FB | 87 | 3A | 0 | 2E | 4D | 2 | 18 | 60 | 3D |
| Octal | 373 | 207 | 72 | 0 | 56 | 115 | 2 | 30 | 140 | 75 |
| Binary | 11111011 | 10000111 | 111010 | 0 | 101110 | 1001101 | 10 | 11000 | 1100000 | 111101 |
Color Harmonies of #FB873A
Complementary color
Monochromatic Colors of #FB873A
Black with #FB873A
Text Example
Text Example
White with #FB873A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB873A; }
p { color: rgb(251,135,58); }
H1.HeaderClassName
{
color: #FB873A;
}
.AnyTagClassName
{
color: #FB873A;
}
</style>
background-color css
<style>
a { background-color: #FB873A; }
a { background-color: rgb(251,135,58); }
div.DivClassName
{
background-color: #FB873A;
}
.BgClassName
{
background-color: #FB873A;
}
</style>
border-color css
<style>
span { border-color: #FB873A; }
span { border-color: rgb(251,135,58); }
td.TdClassName
{
border-color: #FB873A;
}
.TagClassName
{
border-color: #FB873A;
}
</style>