Shades of Sun #FB8532
Tints of Sun #FB8532
RGB
CMYK
RGB Variations
Color information
#FB8532 (or 0xFB8532) is known color: Sun. HEX triplet: FB, 85 and 32. RGB value is (251,133,50). Sum of RGB (Red+Green+Blue) = 251+133+50=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8532 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8532 is #047ACD. Grayscale: #9F9F9F. Windows color (decimal): -293582 or 3311099. OLE color: 3311099.
HSL color Cylindrical-coordinate representation of color #FB8532: hue angle of 24.78º 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 #FB8532 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 50 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.02 |
| HSL | 24.78º | 0.96% | 0.59% | - |
| HSV(B) | 24.78º | 0.8% | 0.98% | - |
| XYZ | 48.75 | 37.51 | 7.69 | - |
| YUV | 158.82 | 66.59 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 50 | 0 | 0.47 | 0.80 | 0.02 | 24.78 | 0.96 | 0.59 |
| Hex | FB | 85 | 32 | 0 | 2F | 50 | 2 | 19 | 60 | 3B |
| Octal | 373 | 205 | 62 | 0 | 57 | 120 | 2 | 31 | 140 | 73 |
| Binary | 11111011 | 10000101 | 110010 | 0 | 101111 | 1010000 | 10 | 11001 | 1100000 | 111011 |
Color Harmonies of #FB8532
Complementary color
Monochromatic Colors of #FB8532
Black with #FB8532
Text Example
Text Example
White with #FB8532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8532; }
p { color: rgb(251,133,50); }
H1.HeaderClassName
{
color: #FB8532;
}
.AnyTagClassName
{
color: #FB8532;
}
</style>
background-color css
<style>
a { background-color: #FB8532; }
a { background-color: rgb(251,133,50); }
div.DivClassName
{
background-color: #FB8532;
}
.BgClassName
{
background-color: #FB8532;
}
</style>
border-color css
<style>
span { border-color: #FB8532; }
span { border-color: rgb(251,133,50); }
td.TdClassName
{
border-color: #FB8532;
}
.TagClassName
{
border-color: #FB8532;
}
</style>