Shades of Outrageous Orange #FB6038
Tints of Outrageous Orange #FB6038
RGB
CMYK
RGB Variations
Color information
#FB6038 (or 0xFB6038) is known color: Outrageous Orange. HEX triplet: FB, 60 and 38. RGB value is (251,96,56). Sum of RGB (Red+Green+Blue) = 251+96+56=403 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.28% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 56 (22.27% from 255 or 13.90% from 403); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6038 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6038 is #049FC7. Grayscale: #8A8A8A. Windows color (decimal): -303048 or 3694843. OLE color: 3694843.
HSL color Cylindrical-coordinate representation of color #FB6038: hue angle of 12.31º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB6038 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 96 | 56 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.02 |
| HSL | 12.31º | 0.96% | 0.6% | - |
| HSV(B) | 12.31º | 0.78% | 0.98% | - |
| XYZ | 44.68 | 29.16 | 7.02 | - |
| YUV | 137.79 | 81.85 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 96 | 56 | 0 | 0.62 | 0.78 | 0.02 | 12.31 | 0.96 | 0.6 |
| Hex | FB | 60 | 38 | 0 | 3E | 4E | 2 | C | 60 | 3C |
| Octal | 373 | 140 | 70 | 0 | 76 | 116 | 2 | 14 | 140 | 74 |
| Binary | 11111011 | 1100000 | 111000 | 0 | 111110 | 1001110 | 10 | 1100 | 1100000 | 111100 |
Color Harmonies of #FB6038
Complementary color
Monochromatic Colors of #FB6038
Black with #FB6038
Text Example
Text Example
White with #FB6038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6038; }
p { color: rgb(251,96,56); }
H1.HeaderClassName
{
color: #FB6038;
}
.AnyTagClassName
{
color: #FB6038;
}
</style>
background-color css
<style>
a { background-color: #FB6038; }
a { background-color: rgb(251,96,56); }
div.DivClassName
{
background-color: #FB6038;
}
.BgClassName
{
background-color: #FB6038;
}
</style>
border-color css
<style>
span { border-color: #FB6038; }
span { border-color: rgb(251,96,56); }
td.TdClassName
{
border-color: #FB6038;
}
.TagClassName
{
border-color: #FB6038;
}
</style>