Shades of Outrageous Orange #FF6226
Tints of Outrageous Orange #FF6226
RGB
CMYK
RGB Variations
Color information
#FF6226 (or 0xFF6226) is known color: Outrageous Orange. HEX triplet: FF, 62 and 26. RGB value is (255,98,38). Sum of RGB (Red+Green+Blue) = 255+98+38=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 38 (15.23% from 255 or 9.72% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6226 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6226 is #009DD9. Grayscale: #8A8A8A. Windows color (decimal): -40410 or 2515711. OLE color: 2515711.
HSL color Cylindrical-coordinate representation of color #FF6226: hue angle of 16.59º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF6226 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 38 | - |
| CMYK | 0 | 0.62 | 0.85 | 0 |
| HSL | 16.59º | 1% | 0.57% | - |
| HSV(B) | 16.59º | 0.85% | 1% | - |
| XYZ | 45.96 | 30.14 | 5.23 | - |
| YUV | 138.1 | 71.51 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 38 | 0 | 0.62 | 0.85 | 0 | 16.59 | 1 | 0.57 |
| Hex | FF | 62 | 26 | 0 | 3E | 55 | 0 | 11 | 64 | 39 |
| Octal | 377 | 142 | 46 | 0 | 76 | 125 | 0 | 21 | 144 | 71 |
| Binary | 11111111 | 1100010 | 100110 | 0 | 111110 | 1010101 | 0 | 10001 | 1100100 | 111001 |
Color Harmonies of #FF6226
Complementary color
Monochromatic Colors of #FF6226
Black with #FF6226
Text Example
Text Example
White with #FF6226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6226; }
p { color: rgb(255,98,38); }
H1.HeaderClassName
{
color: #FF6226;
}
.AnyTagClassName
{
color: #FF6226;
}
</style>
background-color css
<style>
a { background-color: #FF6226; }
a { background-color: rgb(255,98,38); }
div.DivClassName
{
background-color: #FF6226;
}
.BgClassName
{
background-color: #FF6226;
}
</style>
border-color css
<style>
span { border-color: #FF6226; }
span { border-color: rgb(255,98,38); }
td.TdClassName
{
border-color: #FF6226;
}
.TagClassName
{
border-color: #FF6226;
}
</style>