Shades of Outrageous Orange #FF6121
Tints of Outrageous Orange #FF6121
RGB
CMYK
RGB Variations
Color information
#FF6121 (or 0xFF6121) is known color: Outrageous Orange. HEX triplet: FF, 61 and 21. RGB value is (255,97,33). Sum of RGB (Red+Green+Blue) = 255+97+33=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 33 (13.28% from 255 or 8.57% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6121 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6121 is #009EDE. Grayscale: #898989. Windows color (decimal): -40671 or 2187775. OLE color: 2187775.
HSL color Cylindrical-coordinate representation of color #FF6121: hue angle of 17.3º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF6121 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 33 | - |
| CMYK | 0 | 0.62 | 0.87 | 0 |
| HSL | 17.3º | 1% | 0.56% | - |
| HSV(B) | 17.3º | 0.87% | 1% | - |
| XYZ | 45.79 | 29.92 | 4.8 | - |
| YUV | 136.95 | 69.35 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 33 | 0 | 0.62 | 0.87 | 0 | 17.3 | 1 | 0.56 |
| Hex | FF | 61 | 21 | 0 | 3E | 57 | 0 | 11 | 64 | 38 |
| Octal | 377 | 141 | 41 | 0 | 76 | 127 | 0 | 21 | 144 | 70 |
| Binary | 11111111 | 1100001 | 100001 | 0 | 111110 | 1010111 | 0 | 10001 | 1100100 | 111000 |
Color Harmonies of #FF6121
Complementary color
Monochromatic Colors of #FF6121
Black with #FF6121
Text Example
Text Example
White with #FF6121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6121; }
p { color: rgb(255,97,33); }
H1.HeaderClassName
{
color: #FF6121;
}
.AnyTagClassName
{
color: #FF6121;
}
</style>
background-color css
<style>
a { background-color: #FF6121; }
a { background-color: rgb(255,97,33); }
div.DivClassName
{
background-color: #FF6121;
}
.BgClassName
{
background-color: #FF6121;
}
</style>
border-color css
<style>
span { border-color: #FF6121; }
span { border-color: rgb(255,97,33); }
td.TdClassName
{
border-color: #FF6121;
}
.TagClassName
{
border-color: #FF6121;
}
</style>