Shades of Sun #FB862B
Tints of Sun #FB862B
RGB
CMYK
RGB Variations
Color information
#FB862B (or 0xFB862B) is known color: Sun. HEX triplet: FB, 86 and 2B. RGB value is (251,134,43). Sum of RGB (Red+Green+Blue) = 251+134+43=428 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.64% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 43 (17.19% from 255 or 10.05% from 428); Max value from RGB is 251 - color contains mainly: red. Hex color #FB862B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB862B is #0479D4. Grayscale: #9F9F9F. Windows color (decimal): -293333 or 2852603. OLE color: 2852603.
HSL color Cylindrical-coordinate representation of color #FB862B: hue angle of 26.25º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB862B is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 134 | 43 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.02 |
| HSL | 26.25º | 0.96% | 0.58% | - |
| HSV(B) | 26.25º | 0.83% | 0.98% | - |
| XYZ | 48.74 | 37.73 | 7 | - |
| YUV | 158.61 | 62.76 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 134 | 43 | 0 | 0.47 | 0.83 | 0.02 | 26.25 | 0.96 | 0.58 |
| Hex | FB | 86 | 2B | 0 | 2F | 53 | 2 | 1A | 60 | 3A |
| Octal | 373 | 206 | 53 | 0 | 57 | 123 | 2 | 32 | 140 | 72 |
| Binary | 11111011 | 10000110 | 101011 | 0 | 101111 | 1010011 | 10 | 11010 | 1100000 | 111010 |
Color Harmonies of #FB862B
Complementary color
Monochromatic Colors of #FB862B
Black with #FB862B
Text Example
Text Example
White with #FB862B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB862B; }
p { color: rgb(251,134,43); }
H1.HeaderClassName
{
color: #FB862B;
}
.AnyTagClassName
{
color: #FB862B;
}
</style>
background-color css
<style>
a { background-color: #FB862B; }
a { background-color: rgb(251,134,43); }
div.DivClassName
{
background-color: #FB862B;
}
.BgClassName
{
background-color: #FB862B;
}
</style>
border-color css
<style>
span { border-color: #FB862B; }
span { border-color: rgb(251,134,43); }
td.TdClassName
{
border-color: #FB862B;
}
.TagClassName
{
border-color: #FB862B;
}
</style>