Shades of Sun #FB882F
Tints of Sun #FB882F
RGB
CMYK
RGB Variations
Color information
#FB882F (or 0xFB882F) is known color: Sun. HEX triplet: FB, 88 and 2F. RGB value is (251,136,47). Sum of RGB (Red+Green+Blue) = 251+136+47=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FB882F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB882F is #0477D0. Grayscale: #A0A0A0. Windows color (decimal): -292817 or 3115259. OLE color: 3115259.
HSL color Cylindrical-coordinate representation of color #FB882F: hue angle of 26.18º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB882F is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 47 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.02 |
| HSL | 26.18º | 0.96% | 0.58% | - |
| HSV(B) | 26.18º | 0.81% | 0.98% | - |
| XYZ | 49.1 | 38.32 | 7.5 | - |
| YUV | 160.24 | 64.1 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 47 | 0 | 0.46 | 0.81 | 0.02 | 26.18 | 0.96 | 0.58 |
| Hex | FB | 88 | 2F | 0 | 2E | 51 | 2 | 1A | 60 | 3A |
| Octal | 373 | 210 | 57 | 0 | 56 | 121 | 2 | 32 | 140 | 72 |
| Binary | 11111011 | 10001000 | 101111 | 0 | 101110 | 1010001 | 10 | 11010 | 1100000 | 111010 |
Color Harmonies of #FB882F
Complementary color
Monochromatic Colors of #FB882F
Black with #FB882F
Text Example
Text Example
White with #FB882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB882F; }
p { color: rgb(251,136,47); }
H1.HeaderClassName
{
color: #FB882F;
}
.AnyTagClassName
{
color: #FB882F;
}
</style>
background-color css
<style>
a { background-color: #FB882F; }
a { background-color: rgb(251,136,47); }
div.DivClassName
{
background-color: #FB882F;
}
.BgClassName
{
background-color: #FB882F;
}
</style>
border-color css
<style>
span { border-color: #FB882F; }
span { border-color: rgb(251,136,47); }
td.TdClassName
{
border-color: #FB882F;
}
.TagClassName
{
border-color: #FB882F;
}
</style>