Shades of Sun #FB8431
Tints of Sun #FB8431
RGB
CMYK
RGB Variations
Color information
#FB8431 (or 0xFB8431) is known color: Sun. HEX triplet: FB, 84 and 31. RGB value is (251,132,49). Sum of RGB (Red+Green+Blue) = 251+132+49=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 49 (19.53% from 255 or 11.34% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8431 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8431 is #047BCE. Grayscale: #9E9E9E. Windows color (decimal): -293839 or 3245307. OLE color: 3245307.
HSL color Cylindrical-coordinate representation of color #FB8431: hue angle of 24.65º 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 #FB8431 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 49 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.02 |
| HSL | 24.65º | 0.96% | 0.59% | - |
| HSV(B) | 24.65º | 0.8% | 0.98% | - |
| XYZ | 48.59 | 37.23 | 7.53 | - |
| YUV | 158.12 | 66.42 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 49 | 0 | 0.47 | 0.80 | 0.02 | 24.65 | 0.96 | 0.59 |
| Hex | FB | 84 | 31 | 0 | 2F | 50 | 2 | 19 | 60 | 3B |
| Octal | 373 | 204 | 61 | 0 | 57 | 120 | 2 | 31 | 140 | 73 |
| Binary | 11111011 | 10000100 | 110001 | 0 | 101111 | 1010000 | 10 | 11001 | 1100000 | 111011 |
Color Harmonies of #FB8431
Complementary color
Monochromatic Colors of #FB8431
Black with #FB8431
Text Example
Text Example
White with #FB8431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8431; }
p { color: rgb(251,132,49); }
H1.HeaderClassName
{
color: #FB8431;
}
.AnyTagClassName
{
color: #FB8431;
}
</style>
background-color css
<style>
a { background-color: #FB8431; }
a { background-color: rgb(251,132,49); }
div.DivClassName
{
background-color: #FB8431;
}
.BgClassName
{
background-color: #FB8431;
}
</style>
border-color css
<style>
span { border-color: #FB8431; }
span { border-color: rgb(251,132,49); }
td.TdClassName
{
border-color: #FB8431;
}
.TagClassName
{
border-color: #FB8431;
}
</style>