Shades of Outrageous Orange #FF6231
Tints of Outrageous Orange #FF6231
RGB
CMYK
RGB Variations
Color information
#FF6231 (or 0xFF6231) is known color: Outrageous Orange. HEX triplet: FF, 62 and 31. RGB value is (255,98,49). Sum of RGB (Red+Green+Blue) = 255+98+49=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 49 (19.53% from 255 or 12.19% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6231 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6231 is #009DCE. Grayscale: #8B8B8B. Windows color (decimal): -40399 or 3236607. OLE color: 3236607.
HSL color Cylindrical-coordinate representation of color #FF6231: hue angle of 14.27º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF6231 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 49 | - |
| CMYK | 0 | 0.62 | 0.81 | 0 |
| HSL | 14.27º | 1% | 0.6% | - |
| HSV(B) | 14.27º | 0.81% | 1% | - |
| XYZ | 46.16 | 30.22 | 6.31 | - |
| YUV | 139.36 | 77.01 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 49 | 0 | 0.62 | 0.81 | 0 | 14.27 | 1 | 0.6 |
| Hex | FF | 62 | 31 | 0 | 3E | 51 | 0 | E | 64 | 3C |
| Octal | 377 | 142 | 61 | 0 | 76 | 121 | 0 | 16 | 144 | 74 |
| Binary | 11111111 | 1100010 | 110001 | 0 | 111110 | 1010001 | 0 | 1110 | 1100100 | 111100 |
Color Harmonies of #FF6231
Complementary color
Monochromatic Colors of #FF6231
Black with #FF6231
Text Example
Text Example
White with #FF6231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6231; }
p { color: rgb(255,98,49); }
H1.HeaderClassName
{
color: #FF6231;
}
.AnyTagClassName
{
color: #FF6231;
}
</style>
background-color css
<style>
a { background-color: #FF6231; }
a { background-color: rgb(255,98,49); }
div.DivClassName
{
background-color: #FF6231;
}
.BgClassName
{
background-color: #FF6231;
}
</style>
border-color css
<style>
span { border-color: #FF6231; }
span { border-color: rgb(255,98,49); }
td.TdClassName
{
border-color: #FF6231;
}
.TagClassName
{
border-color: #FF6231;
}
</style>