Shades of Sun #FB883C
Tints of Sun #FB883C
RGB
CMYK
RGB Variations
Color information
#FB883C (or 0xFB883C) is known color: Sun. HEX triplet: FB, 88 and 3C. RGB value is (251,136,60). Sum of RGB (Red+Green+Blue) = 251+136+60=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FB883C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB883C is #0477C3. Grayscale: #A2A2A2. Windows color (decimal): -292804 or 3967227. OLE color: 3967227.
HSL color Cylindrical-coordinate representation of color #FB883C: hue angle of 23.87º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB883C is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 60 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.02 |
| HSL | 23.87º | 0.96% | 0.61% | - |
| HSV(B) | 23.87º | 0.76% | 0.98% | - |
| XYZ | 49.4 | 38.44 | 9.09 | - |
| YUV | 161.72 | 70.6 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 60 | 0 | 0.46 | 0.76 | 0.02 | 23.87 | 0.96 | 0.61 |
| Hex | FB | 88 | 3C | 0 | 2E | 4C | 2 | 18 | 60 | 3D |
| Octal | 373 | 210 | 74 | 0 | 56 | 114 | 2 | 30 | 140 | 75 |
| Binary | 11111011 | 10001000 | 111100 | 0 | 101110 | 1001100 | 10 | 11000 | 1100000 | 111101 |
Color Harmonies of #FB883C
Complementary color
Monochromatic Colors of #FB883C
Black with #FB883C
Text Example
Text Example
White with #FB883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB883C; }
p { color: rgb(251,136,60); }
H1.HeaderClassName
{
color: #FB883C;
}
.AnyTagClassName
{
color: #FB883C;
}
</style>
background-color css
<style>
a { background-color: #FB883C; }
a { background-color: rgb(251,136,60); }
div.DivClassName
{
background-color: #FB883C;
}
.BgClassName
{
background-color: #FB883C;
}
</style>
border-color css
<style>
span { border-color: #FB883C; }
span { border-color: rgb(251,136,60); }
td.TdClassName
{
border-color: #FB883C;
}
.TagClassName
{
border-color: #FB883C;
}
</style>