Shades of Sun #FB882D
Tints of Sun #FB882D
RGB
CMYK
RGB Variations
Color information
#FB882D (or 0xFB882D) is known color: Sun. HEX triplet: FB, 88 and 2D. RGB value is (251,136,45). Sum of RGB (Red+Green+Blue) = 251+136+45=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 45 (17.97% from 255 or 10.42% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FB882D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB882D is #0477D2. Grayscale: #A0A0A0. Windows color (decimal): -292819 or 2984187. OLE color: 2984187.
HSL color Cylindrical-coordinate representation of color #FB882D: hue angle of 26.5º 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 #FB882D is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 45 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.02 |
| HSL | 26.5º | 0.96% | 0.58% | - |
| HSV(B) | 26.5º | 0.82% | 0.98% | - |
| XYZ | 49.06 | 38.31 | 7.29 | - |
| YUV | 160.01 | 63.1 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 45 | 0 | 0.46 | 0.82 | 0.02 | 26.5 | 0.96 | 0.58 |
| Hex | FB | 88 | 2D | 0 | 2E | 52 | 2 | 1B | 60 | 3A |
| Octal | 373 | 210 | 55 | 0 | 56 | 122 | 2 | 33 | 140 | 72 |
| Binary | 11111011 | 10001000 | 101101 | 0 | 101110 | 1010010 | 10 | 11011 | 1100000 | 111010 |
Color Harmonies of #FB882D
Complementary color
Monochromatic Colors of #FB882D
Black with #FB882D
Text Example
Text Example
White with #FB882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB882D; }
p { color: rgb(251,136,45); }
H1.HeaderClassName
{
color: #FB882D;
}
.AnyTagClassName
{
color: #FB882D;
}
</style>
background-color css
<style>
a { background-color: #FB882D; }
a { background-color: rgb(251,136,45); }
div.DivClassName
{
background-color: #FB882D;
}
.BgClassName
{
background-color: #FB882D;
}
</style>
border-color css
<style>
span { border-color: #FB882D; }
span { border-color: rgb(251,136,45); }
td.TdClassName
{
border-color: #FB882D;
}
.TagClassName
{
border-color: #FB882D;
}
</style>