Shades of Outrageous Orange #FF6227
Tints of Outrageous Orange #FF6227
RGB
CMYK
RGB Variations
Color information
#FF6227 (or 0xFF6227) is known color: Outrageous Orange. HEX triplet: FF, 62 and 27. RGB value is (255,98,39). Sum of RGB (Red+Green+Blue) = 255+98+39=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 39 (15.62% from 255 or 9.95% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6227 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6227 is #009DD8. Grayscale: #8A8A8A. Windows color (decimal): -40409 or 2581247. OLE color: 2581247.
HSL color Cylindrical-coordinate representation of color #FF6227: hue angle of 16.39º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF6227 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 39 | - |
| CMYK | 0 | 0.62 | 0.85 | 0 |
| HSL | 16.39º | 1% | 0.58% | - |
| HSV(B) | 16.39º | 0.85% | 1% | - |
| XYZ | 45.97 | 30.14 | 5.31 | - |
| YUV | 138.22 | 72.01 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 39 | 0 | 0.62 | 0.85 | 0 | 16.39 | 1 | 0.58 |
| Hex | FF | 62 | 27 | 0 | 3E | 55 | 0 | 10 | 64 | 3A |
| Octal | 377 | 142 | 47 | 0 | 76 | 125 | 0 | 20 | 144 | 72 |
| Binary | 11111111 | 1100010 | 100111 | 0 | 111110 | 1010101 | 0 | 10000 | 1100100 | 111010 |
Color Harmonies of #FF6227
Complementary color
Monochromatic Colors of #FF6227
Black with #FF6227
Text Example
Text Example
White with #FF6227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6227; }
p { color: rgb(255,98,39); }
H1.HeaderClassName
{
color: #FF6227;
}
.AnyTagClassName
{
color: #FF6227;
}
</style>
background-color css
<style>
a { background-color: #FF6227; }
a { background-color: rgb(255,98,39); }
div.DivClassName
{
background-color: #FF6227;
}
.BgClassName
{
background-color: #FF6227;
}
</style>
border-color css
<style>
span { border-color: #FF6227; }
span { border-color: rgb(255,98,39); }
td.TdClassName
{
border-color: #FF6227;
}
.TagClassName
{
border-color: #FF6227;
}
</style>