Shades of Outrageous Orange #FF5F30
Tints of Outrageous Orange #FF5F30
RGB
CMYK
RGB Variations
Color information
#FF5F30 (or 0xFF5F30) is known color: Outrageous Orange. HEX triplet: FF, 5F and 30. RGB value is (255,95,48). Sum of RGB (Red+Green+Blue) = 255+95+48=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5F30 is #00A0CF. Grayscale: #898989. Windows color (decimal): -41168 or 3170303. OLE color: 3170303.
HSL color Cylindrical-coordinate representation of color #FF5F30: hue angle of 13.62º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF5F30 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 48 | - |
| CMYK | 0 | 0.63 | 0.81 | 0 |
| HSL | 13.62º | 1% | 0.59% | - |
| HSV(B) | 13.62º | 0.81% | 1% | - |
| XYZ | 45.87 | 29.66 | 6.1 | - |
| YUV | 137.48 | 77.51 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 48 | 0 | 0.63 | 0.81 | 0 | 13.62 | 1 | 0.59 |
| Hex | FF | 5F | 30 | 0 | 3F | 51 | 0 | E | 64 | 3B |
| Octal | 377 | 137 | 60 | 0 | 77 | 121 | 0 | 16 | 144 | 73 |
| Binary | 11111111 | 1011111 | 110000 | 0 | 111111 | 1010001 | 0 | 1110 | 1100100 | 111011 |
Color Harmonies of #FF5F30
Complementary color
Monochromatic Colors of #FF5F30
Black with #FF5F30
Text Example
Text Example
White with #FF5F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5F30; }
p { color: rgb(255,95,48); }
H1.HeaderClassName
{
color: #FF5F30;
}
.AnyTagClassName
{
color: #FF5F30;
}
</style>
background-color css
<style>
a { background-color: #FF5F30; }
a { background-color: rgb(255,95,48); }
div.DivClassName
{
background-color: #FF5F30;
}
.BgClassName
{
background-color: #FF5F30;
}
</style>
border-color css
<style>
span { border-color: #FF5F30; }
span { border-color: rgb(255,95,48); }
td.TdClassName
{
border-color: #FF5F30;
}
.TagClassName
{
border-color: #FF5F30;
}
</style>