Shades of Sun #FB8831
Tints of Sun #FB8831
RGB
CMYK
RGB Variations
Color information
#FB8831 (or 0xFB8831) is known color: Sun. HEX triplet: FB, 88 and 31. RGB value is (251,136,49). Sum of RGB (Red+Green+Blue) = 251+136+49=436 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.57% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8831 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8831 is #0477CE. Grayscale: #A0A0A0. Windows color (decimal): -292815 or 3246331. OLE color: 3246331.
HSL color Cylindrical-coordinate representation of color #FB8831: hue angle of 25.84º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB8831 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 49 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.02 |
| HSL | 25.84º | 0.96% | 0.59% | - |
| HSV(B) | 25.84º | 0.8% | 0.98% | - |
| XYZ | 49.14 | 38.34 | 7.72 | - |
| YUV | 160.47 | 65.1 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 49 | 0 | 0.46 | 0.80 | 0.02 | 25.84 | 0.96 | 0.59 |
| Hex | FB | 88 | 31 | 0 | 2E | 50 | 2 | 1A | 60 | 3B |
| Octal | 373 | 210 | 61 | 0 | 56 | 120 | 2 | 32 | 140 | 73 |
| Binary | 11111011 | 10001000 | 110001 | 0 | 101110 | 1010000 | 10 | 11010 | 1100000 | 111011 |
Color Harmonies of #FB8831
Complementary color
Monochromatic Colors of #FB8831
Black with #FB8831
Text Example
Text Example
White with #FB8831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8831; }
p { color: rgb(251,136,49); }
H1.HeaderClassName
{
color: #FB8831;
}
.AnyTagClassName
{
color: #FB8831;
}
</style>
background-color css
<style>
a { background-color: #FB8831; }
a { background-color: rgb(251,136,49); }
div.DivClassName
{
background-color: #FB8831;
}
.BgClassName
{
background-color: #FB8831;
}
</style>
border-color css
<style>
span { border-color: #FB8831; }
span { border-color: rgb(251,136,49); }
td.TdClassName
{
border-color: #FB8831;
}
.TagClassName
{
border-color: #FB8831;
}
</style>