Shades of Outrageous Orange #FF6123
Tints of Outrageous Orange #FF6123
RGB
CMYK
RGB Variations
Color information
#FF6123 (or 0xFF6123) is known color: Outrageous Orange. HEX triplet: FF, 61 and 23. RGB value is (255,97,35). Sum of RGB (Red+Green+Blue) = 255+97+35=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 35 (14.06% from 255 or 9.04% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6123 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6123 is #009EDC. Grayscale: #898989. Windows color (decimal): -40669 or 2318847. OLE color: 2318847.
HSL color Cylindrical-coordinate representation of color #FF6123: hue angle of 16.91º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF6123 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 35 | - |
| CMYK | 0 | 0.62 | 0.86 | 0 |
| HSL | 16.91º | 1% | 0.57% | - |
| HSV(B) | 16.91º | 0.86% | 1% | - |
| XYZ | 45.82 | 29.93 | 4.95 | - |
| YUV | 137.17 | 70.35 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 35 | 0 | 0.62 | 0.86 | 0 | 16.91 | 1 | 0.57 |
| Hex | FF | 61 | 23 | 0 | 3E | 56 | 0 | 11 | 64 | 39 |
| Octal | 377 | 141 | 43 | 0 | 76 | 126 | 0 | 21 | 144 | 71 |
| Binary | 11111111 | 1100001 | 100011 | 0 | 111110 | 1010110 | 0 | 10001 | 1100100 | 111001 |
Color Harmonies of #FF6123
Complementary color
Monochromatic Colors of #FF6123
Black with #FF6123
Text Example
Text Example
White with #FF6123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6123; }
p { color: rgb(255,97,35); }
H1.HeaderClassName
{
color: #FF6123;
}
.AnyTagClassName
{
color: #FF6123;
}
</style>
background-color css
<style>
a { background-color: #FF6123; }
a { background-color: rgb(255,97,35); }
div.DivClassName
{
background-color: #FF6123;
}
.BgClassName
{
background-color: #FF6123;
}
</style>
border-color css
<style>
span { border-color: #FF6123; }
span { border-color: rgb(255,97,35); }
td.TdClassName
{
border-color: #FF6123;
}
.TagClassName
{
border-color: #FF6123;
}
</style>