Shades of Sun #FB883F
Tints of Sun #FB883F
RGB
CMYK
RGB Variations
Color information
#FB883F (or 0xFB883F) is known color: Sun. HEX triplet: FB, 88 and 3F. RGB value is (251,136,63). Sum of RGB (Red+Green+Blue) = 251+136+63=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 63 (25% from 255 or 14% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FB883F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB883F is #0477C0. Grayscale: #A2A2A2. Windows color (decimal): -292801 or 4163835. OLE color: 4163835.
HSL color Cylindrical-coordinate representation of color #FB883F: hue angle of 23.3º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB883F is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 63 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.02 |
| HSL | 23.3º | 0.96% | 0.62% | - |
| HSV(B) | 23.3º | 0.75% | 0.98% | - |
| XYZ | 49.49 | 38.48 | 9.52 | - |
| YUV | 162.06 | 72.1 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 63 | 0 | 0.46 | 0.75 | 0.02 | 23.3 | 0.96 | 0.62 |
| Hex | FB | 88 | 3F | 0 | 2E | 4B | 2 | 17 | 60 | 3E |
| Octal | 373 | 210 | 77 | 0 | 56 | 113 | 2 | 27 | 140 | 76 |
| Binary | 11111011 | 10001000 | 111111 | 0 | 101110 | 1001011 | 10 | 10111 | 1100000 | 111110 |
Color Harmonies of #FB883F
Complementary color
Monochromatic Colors of #FB883F
Black with #FB883F
Text Example
Text Example
White with #FB883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB883F; }
p { color: rgb(251,136,63); }
H1.HeaderClassName
{
color: #FB883F;
}
.AnyTagClassName
{
color: #FB883F;
}
</style>
background-color css
<style>
a { background-color: #FB883F; }
a { background-color: rgb(251,136,63); }
div.DivClassName
{
background-color: #FB883F;
}
.BgClassName
{
background-color: #FB883F;
}
</style>
border-color css
<style>
span { border-color: #FB883F; }
span { border-color: rgb(251,136,63); }
td.TdClassName
{
border-color: #FB883F;
}
.TagClassName
{
border-color: #FB883F;
}
</style>