Shades of Outrageous Orange #FF6223
Tints of Outrageous Orange #FF6223
RGB
CMYK
RGB Variations
Color information
#FF6223 (or 0xFF6223) is known color: Outrageous Orange. HEX triplet: FF, 62 and 23. RGB value is (255,98,35). Sum of RGB (Red+Green+Blue) = 255+98+35=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 35 (14.06% from 255 or 9.02% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6223 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6223 is #009DDC. Grayscale: #8A8A8A. Windows color (decimal): -40413 or 2319103. OLE color: 2319103.
HSL color Cylindrical-coordinate representation of color #FF6223: hue angle of 17.18º 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 #FF6223 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 35 | - |
| CMYK | 0 | 0.62 | 0.86 | 0 |
| HSL | 17.18º | 1% | 0.57% | - |
| HSV(B) | 17.18º | 0.86% | 1% | - |
| XYZ | 45.91 | 30.12 | 4.98 | - |
| YUV | 137.76 | 70.01 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 35 | 0 | 0.62 | 0.86 | 0 | 17.18 | 1 | 0.57 |
| Hex | FF | 62 | 23 | 0 | 3E | 56 | 0 | 11 | 64 | 39 |
| Octal | 377 | 142 | 43 | 0 | 76 | 126 | 0 | 21 | 144 | 71 |
| Binary | 11111111 | 1100010 | 100011 | 0 | 111110 | 1010110 | 0 | 10001 | 1100100 | 111001 |
Color Harmonies of #FF6223
Complementary color
Monochromatic Colors of #FF6223
Black with #FF6223
Text Example
Text Example
White with #FF6223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6223; }
p { color: rgb(255,98,35); }
H1.HeaderClassName
{
color: #FF6223;
}
.AnyTagClassName
{
color: #FF6223;
}
</style>
background-color css
<style>
a { background-color: #FF6223; }
a { background-color: rgb(255,98,35); }
div.DivClassName
{
background-color: #FF6223;
}
.BgClassName
{
background-color: #FF6223;
}
</style>
border-color css
<style>
span { border-color: #FF6223; }
span { border-color: rgb(255,98,35); }
td.TdClassName
{
border-color: #FF6223;
}
.TagClassName
{
border-color: #FF6223;
}
</style>