Shades of Sun #FB882B
Tints of Sun #FB882B
RGB
CMYK
RGB Variations
Color information
#FB882B (or 0xFB882B) is known color: Sun. HEX triplet: FB, 88 and 2B. RGB value is (251,136,43). Sum of RGB (Red+Green+Blue) = 251+136+43=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 43 (17.19% from 255 or 10% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FB882B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB882B is #0477D4. Grayscale: #A0A0A0. Windows color (decimal): -292821 or 2853115. OLE color: 2853115.
HSL color Cylindrical-coordinate representation of color #FB882B: hue angle of 26.83º 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 #FB882B is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 43 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.02 |
| HSL | 26.83º | 0.96% | 0.58% | - |
| HSV(B) | 26.83º | 0.83% | 0.98% | - |
| XYZ | 49.02 | 38.29 | 7.09 | - |
| YUV | 159.78 | 62.1 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 43 | 0 | 0.46 | 0.83 | 0.02 | 26.83 | 0.96 | 0.58 |
| Hex | FB | 88 | 2B | 0 | 2E | 53 | 2 | 1B | 60 | 3A |
| Octal | 373 | 210 | 53 | 0 | 56 | 123 | 2 | 33 | 140 | 72 |
| Binary | 11111011 | 10001000 | 101011 | 0 | 101110 | 1010011 | 10 | 11011 | 1100000 | 111010 |
Color Harmonies of #FB882B
Complementary color
Monochromatic Colors of #FB882B
Black with #FB882B
Text Example
Text Example
White with #FB882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB882B; }
p { color: rgb(251,136,43); }
H1.HeaderClassName
{
color: #FB882B;
}
.AnyTagClassName
{
color: #FB882B;
}
</style>
background-color css
<style>
a { background-color: #FB882B; }
a { background-color: rgb(251,136,43); }
div.DivClassName
{
background-color: #FB882B;
}
.BgClassName
{
background-color: #FB882B;
}
</style>
border-color css
<style>
span { border-color: #FB882B; }
span { border-color: rgb(251,136,43); }
td.TdClassName
{
border-color: #FB882B;
}
.TagClassName
{
border-color: #FB882B;
}
</style>