Shades of Sun #FB882C
Tints of Sun #FB882C
RGB
CMYK
RGB Variations
Color information
#FB882C (or 0xFB882C) is known color: Sun. HEX triplet: FB, 88 and 2C. RGB value is (251,136,44). Sum of RGB (Red+Green+Blue) = 251+136+44=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 44 (17.58% from 255 or 10.21% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FB882C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB882C is #0477D3. Grayscale: #A0A0A0. Windows color (decimal): -292820 or 2918651. OLE color: 2918651.
HSL color Cylindrical-coordinate representation of color #FB882C: hue angle of 26.67º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB882C is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 44 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.02 |
| HSL | 26.67º | 0.96% | 0.58% | - |
| HSV(B) | 26.67º | 0.82% | 0.98% | - |
| XYZ | 49.04 | 38.3 | 7.19 | - |
| YUV | 159.9 | 62.6 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 44 | 0 | 0.46 | 0.82 | 0.02 | 26.67 | 0.96 | 0.58 |
| Hex | FB | 88 | 2C | 0 | 2E | 52 | 2 | 1B | 60 | 3A |
| Octal | 373 | 210 | 54 | 0 | 56 | 122 | 2 | 33 | 140 | 72 |
| Binary | 11111011 | 10001000 | 101100 | 0 | 101110 | 1010010 | 10 | 11011 | 1100000 | 111010 |
Color Harmonies of #FB882C
Complementary color
Monochromatic Colors of #FB882C
Black with #FB882C
Text Example
Text Example
White with #FB882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB882C; }
p { color: rgb(251,136,44); }
H1.HeaderClassName
{
color: #FB882C;
}
.AnyTagClassName
{
color: #FB882C;
}
</style>
background-color css
<style>
a { background-color: #FB882C; }
a { background-color: rgb(251,136,44); }
div.DivClassName
{
background-color: #FB882C;
}
.BgClassName
{
background-color: #FB882C;
}
</style>
border-color css
<style>
span { border-color: #FB882C; }
span { border-color: rgb(251,136,44); }
td.TdClassName
{
border-color: #FB882C;
}
.TagClassName
{
border-color: #FB882C;
}
</style>