Shades of Outrageous Orange #FF5330
Tints of Outrageous Orange #FF5330
RGB
CMYK
RGB Variations
Color information
#FF5330 (or 0xFF5330) is known color: Outrageous Orange. HEX triplet: FF, 53 and 30. RGB value is (255,83,48). Sum of RGB (Red+Green+Blue) = 255+83+48=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5330 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5330 is #00ACCF. Grayscale: #828282. Windows color (decimal): -44240 or 3167231. OLE color: 3167231.
HSL color Cylindrical-coordinate representation of color #FF5330: hue angle of 10.14º 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 #FF5330 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 48 | - |
| CMYK | 0 | 0.67 | 0.81 | 0 |
| HSL | 10.14º | 1% | 0.59% | - |
| HSV(B) | 10.14º | 0.81% | 1% | - |
| XYZ | 44.87 | 27.66 | 5.77 | - |
| YUV | 130.44 | 81.48 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 48 | 0 | 0.67 | 0.81 | 0 | 10.14 | 1 | 0.59 |
| Hex | FF | 53 | 30 | 0 | 43 | 51 | 0 | A | 64 | 3B |
| Octal | 377 | 123 | 60 | 0 | 103 | 121 | 0 | 12 | 144 | 73 |
| Binary | 11111111 | 1010011 | 110000 | 0 | 1000011 | 1010001 | 0 | 1010 | 1100100 | 111011 |
Color Harmonies of #FF5330
Complementary color
Monochromatic Colors of #FF5330
Black with #FF5330
Text Example
Text Example
White with #FF5330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5330; }
p { color: rgb(255,83,48); }
H1.HeaderClassName
{
color: #FF5330;
}
.AnyTagClassName
{
color: #FF5330;
}
</style>
background-color css
<style>
a { background-color: #FF5330; }
a { background-color: rgb(255,83,48); }
div.DivClassName
{
background-color: #FF5330;
}
.BgClassName
{
background-color: #FF5330;
}
</style>
border-color css
<style>
span { border-color: #FF5330; }
span { border-color: rgb(255,83,48); }
td.TdClassName
{
border-color: #FF5330;
}
.TagClassName
{
border-color: #FF5330;
}
</style>