Shades of Outrageous Orange #FB5D30
Tints of Outrageous Orange #FB5D30
RGB
CMYK
RGB Variations
Color information
#FB5D30 (or 0xFB5D30) is known color: Outrageous Orange. HEX triplet: FB, 5D and 30. RGB value is (251,93,48). Sum of RGB (Red+Green+Blue) = 251+93+48=392 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.03% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5D30 is #04A2CF. Grayscale: #878787. Windows color (decimal): -303824 or 3169787. OLE color: 3169787.
HSL color Cylindrical-coordinate representation of color #FB5D30: hue angle of 13.3º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB5D30 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 48 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.02 |
| HSL | 13.3º | 0.96% | 0.59% | - |
| HSV(B) | 13.3º | 0.81% | 0.98% | - |
| XYZ | 44.23 | 28.55 | 5.98 | - |
| YUV | 135.11 | 78.85 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 48 | 0 | 0.63 | 0.81 | 0.02 | 13.3 | 0.96 | 0.59 |
| Hex | FB | 5D | 30 | 0 | 3F | 51 | 2 | D | 60 | 3B |
| Octal | 373 | 135 | 60 | 0 | 77 | 121 | 2 | 15 | 140 | 73 |
| Binary | 11111011 | 1011101 | 110000 | 0 | 111111 | 1010001 | 10 | 1101 | 1100000 | 111011 |
Color Harmonies of #FB5D30
Complementary color
Monochromatic Colors of #FB5D30
Black with #FB5D30
Text Example
Text Example
White with #FB5D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D30; }
p { color: rgb(251,93,48); }
H1.HeaderClassName
{
color: #FB5D30;
}
.AnyTagClassName
{
color: #FB5D30;
}
</style>
background-color css
<style>
a { background-color: #FB5D30; }
a { background-color: rgb(251,93,48); }
div.DivClassName
{
background-color: #FB5D30;
}
.BgClassName
{
background-color: #FB5D30;
}
</style>
border-color css
<style>
span { border-color: #FB5D30; }
span { border-color: rgb(251,93,48); }
td.TdClassName
{
border-color: #FB5D30;
}
.TagClassName
{
border-color: #FB5D30;
}
</style>