Shades of Outrageous Orange #FF5730
Tints of Outrageous Orange #FF5730
RGB
CMYK
RGB Variations
Color information
#FF5730 (or 0xFF5730) is known color: Outrageous Orange. HEX triplet: FF, 57 and 30. RGB value is (255,87,48). Sum of RGB (Red+Green+Blue) = 255+87+48=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 48 (19.14% from 255 or 12.31% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5730 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5730 is #00A8CF. Grayscale: #858585. Windows color (decimal): -43216 or 3168255. OLE color: 3168255.
HSL color Cylindrical-coordinate representation of color #FF5730: hue angle of 11.3º 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 #FF5730 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 48 | - |
| CMYK | 0 | 0.66 | 0.81 | 0 |
| HSL | 11.3º | 1% | 0.59% | - |
| HSV(B) | 11.3º | 0.81% | 1% | - |
| XYZ | 45.18 | 28.29 | 5.88 | - |
| YUV | 132.79 | 80.16 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 48 | 0 | 0.66 | 0.81 | 0 | 11.3 | 1 | 0.59 |
| Hex | FF | 57 | 30 | 0 | 42 | 51 | 0 | B | 64 | 3B |
| Octal | 377 | 127 | 60 | 0 | 102 | 121 | 0 | 13 | 144 | 73 |
| Binary | 11111111 | 1010111 | 110000 | 0 | 1000010 | 1010001 | 0 | 1011 | 1100100 | 111011 |
Color Harmonies of #FF5730
Complementary color
Monochromatic Colors of #FF5730
Black with #FF5730
Text Example
Text Example
White with #FF5730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5730; }
p { color: rgb(255,87,48); }
H1.HeaderClassName
{
color: #FF5730;
}
.AnyTagClassName
{
color: #FF5730;
}
</style>
background-color css
<style>
a { background-color: #FF5730; }
a { background-color: rgb(255,87,48); }
div.DivClassName
{
background-color: #FF5730;
}
.BgClassName
{
background-color: #FF5730;
}
</style>
border-color css
<style>
span { border-color: #FF5730; }
span { border-color: rgb(255,87,48); }
td.TdClassName
{
border-color: #FF5730;
}
.TagClassName
{
border-color: #FF5730;
}
</style>