Shades of Sun #FB8432
Tints of Sun #FB8432
RGB
CMYK
RGB Variations
Color information
#FB8432 (or 0xFB8432) is known color: Sun. HEX triplet: FB, 84 and 32. RGB value is (251,132,50). Sum of RGB (Red+Green+Blue) = 251+132+50=433 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.97% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8432 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8432 is #047BCD. Grayscale: #9E9E9E. Windows color (decimal): -293838 or 3310843. OLE color: 3310843.
HSL color Cylindrical-coordinate representation of color #FB8432: hue angle of 24.48º 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 #FB8432 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 50 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.02 |
| HSL | 24.48º | 0.96% | 0.59% | - |
| HSV(B) | 24.48º | 0.8% | 0.98% | - |
| XYZ | 48.61 | 37.24 | 7.64 | - |
| YUV | 158.23 | 66.92 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 50 | 0 | 0.47 | 0.80 | 0.02 | 24.48 | 0.96 | 0.59 |
| Hex | FB | 84 | 32 | 0 | 2F | 50 | 2 | 18 | 60 | 3B |
| Octal | 373 | 204 | 62 | 0 | 57 | 120 | 2 | 30 | 140 | 73 |
| Binary | 11111011 | 10000100 | 110010 | 0 | 101111 | 1010000 | 10 | 11000 | 1100000 | 111011 |
Color Harmonies of #FB8432
Complementary color
Monochromatic Colors of #FB8432
Black with #FB8432
Text Example
Text Example
White with #FB8432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8432; }
p { color: rgb(251,132,50); }
H1.HeaderClassName
{
color: #FB8432;
}
.AnyTagClassName
{
color: #FB8432;
}
</style>
background-color css
<style>
a { background-color: #FB8432; }
a { background-color: rgb(251,132,50); }
div.DivClassName
{
background-color: #FB8432;
}
.BgClassName
{
background-color: #FB8432;
}
</style>
border-color css
<style>
span { border-color: #FB8432; }
span { border-color: rgb(251,132,50); }
td.TdClassName
{
border-color: #FB8432;
}
.TagClassName
{
border-color: #FB8432;
}
</style>