Shades of Outrageous Orange #FF5A2F
Tints of Outrageous Orange #FF5A2F
RGB
CMYK
RGB Variations
Color information
#FF5A2F (or 0xFF5A2F) is known color: Outrageous Orange. HEX triplet: FF, 5A and 2F. RGB value is (255,90,47). Sum of RGB (Red+Green+Blue) = 255+90+47=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 47 (18.75% from 255 or 11.99% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5A2F is #00A5D0. Grayscale: #868686. Windows color (decimal): -42449 or 3103487. OLE color: 3103487.
HSL color Cylindrical-coordinate representation of color #FF5A2F: hue angle of 12.4º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF5A2F is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 47 | - |
| CMYK | 0 | 0.65 | 0.82 | 0 |
| HSL | 12.4º | 1% | 0.59% | - |
| HSV(B) | 12.4º | 0.82% | 1% | - |
| XYZ | 45.41 | 28.78 | 5.85 | - |
| YUV | 134.43 | 78.66 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 47 | 0 | 0.65 | 0.82 | 0 | 12.4 | 1 | 0.59 |
| Hex | FF | 5A | 2F | 0 | 41 | 52 | 0 | C | 64 | 3B |
| Octal | 377 | 132 | 57 | 0 | 101 | 122 | 0 | 14 | 144 | 73 |
| Binary | 11111111 | 1011010 | 101111 | 0 | 1000001 | 1010010 | 0 | 1100 | 1100100 | 111011 |
Color Harmonies of #FF5A2F
Complementary color
Monochromatic Colors of #FF5A2F
Black with #FF5A2F
Text Example
Text Example
White with #FF5A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A2F; }
p { color: rgb(255,90,47); }
H1.HeaderClassName
{
color: #FF5A2F;
}
.AnyTagClassName
{
color: #FF5A2F;
}
</style>
background-color css
<style>
a { background-color: #FF5A2F; }
a { background-color: rgb(255,90,47); }
div.DivClassName
{
background-color: #FF5A2F;
}
.BgClassName
{
background-color: #FF5A2F;
}
</style>
border-color css
<style>
span { border-color: #FF5A2F; }
span { border-color: rgb(255,90,47); }
td.TdClassName
{
border-color: #FF5A2F;
}
.TagClassName
{
border-color: #FF5A2F;
}
</style>