Shades of Outrageous Orange #FB5934
Tints of Outrageous Orange #FB5934
RGB
CMYK
RGB Variations
Color information
#FB5934 (or 0xFB5934) is known color: Outrageous Orange. HEX triplet: FB, 59 and 34. RGB value is (251,89,52). Sum of RGB (Red+Green+Blue) = 251+89+52=392 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.03% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5934 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5934 is #04A6CB. Grayscale: #858585. Windows color (decimal): -304844 or 3430907. OLE color: 3430907.
HSL color Cylindrical-coordinate representation of color #FB5934: hue angle of 11.16º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FB5934 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 89 | 52 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.02 |
| HSL | 11.16º | 0.96% | 0.59% | - |
| HSV(B) | 11.16º | 0.79% | 0.98% | - |
| XYZ | 43.98 | 27.9 | 6.32 | - |
| YUV | 133.22 | 82.17 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 89 | 52 | 0 | 0.65 | 0.79 | 0.02 | 11.16 | 0.96 | 0.59 |
| Hex | FB | 59 | 34 | 0 | 41 | 4F | 2 | B | 60 | 3B |
| Octal | 373 | 131 | 64 | 0 | 101 | 117 | 2 | 13 | 140 | 73 |
| Binary | 11111011 | 1011001 | 110100 | 0 | 1000001 | 1001111 | 10 | 1011 | 1100000 | 111011 |
Color Harmonies of #FB5934
Complementary color
Monochromatic Colors of #FB5934
Black with #FB5934
Text Example
Text Example
White with #FB5934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5934; }
p { color: rgb(251,89,52); }
H1.HeaderClassName
{
color: #FB5934;
}
.AnyTagClassName
{
color: #FB5934;
}
</style>
background-color css
<style>
a { background-color: #FB5934; }
a { background-color: rgb(251,89,52); }
div.DivClassName
{
background-color: #FB5934;
}
.BgClassName
{
background-color: #FB5934;
}
</style>
border-color css
<style>
span { border-color: #FB5934; }
span { border-color: rgb(251,89,52); }
td.TdClassName
{
border-color: #FB5934;
}
.TagClassName
{
border-color: #FB5934;
}
</style>