Shades of Outrageous Orange #FF6237
Tints of Outrageous Orange #FF6237
RGB
CMYK
RGB Variations
Color information
#FF6237 (or 0xFF6237) is known color: Outrageous Orange. HEX triplet: FF, 62 and 37. RGB value is (255,98,55). Sum of RGB (Red+Green+Blue) = 255+98+55=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 55 (21.88% from 255 or 13.48% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6237 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6237 is #009DC8. Grayscale: #8C8C8C. Windows color (decimal): -40393 or 3629823. OLE color: 3629823.
HSL color Cylindrical-coordinate representation of color #FF6237: hue angle of 12.9º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF6237 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 55 | - |
| CMYK | 0 | 0.62 | 0.78 | 0 |
| HSL | 12.9º | 1% | 0.61% | - |
| HSV(B) | 12.9º | 0.78% | 1% | - |
| XYZ | 46.3 | 30.27 | 7.02 | - |
| YUV | 140.04 | 80.01 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 55 | 0 | 0.62 | 0.78 | 0 | 12.9 | 1 | 0.61 |
| Hex | FF | 62 | 37 | 0 | 3E | 4E | 0 | D | 64 | 3D |
| Octal | 377 | 142 | 67 | 0 | 76 | 116 | 0 | 15 | 144 | 75 |
| Binary | 11111111 | 1100010 | 110111 | 0 | 111110 | 1001110 | 0 | 1101 | 1100100 | 111101 |
Color Harmonies of #FF6237
Complementary color
Monochromatic Colors of #FF6237
Black with #FF6237
Text Example
Text Example
White with #FF6237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6237; }
p { color: rgb(255,98,55); }
H1.HeaderClassName
{
color: #FF6237;
}
.AnyTagClassName
{
color: #FF6237;
}
</style>
background-color css
<style>
a { background-color: #FF6237; }
a { background-color: rgb(255,98,55); }
div.DivClassName
{
background-color: #FF6237;
}
.BgClassName
{
background-color: #FF6237;
}
</style>
border-color css
<style>
span { border-color: #FF6237; }
span { border-color: rgb(255,98,55); }
td.TdClassName
{
border-color: #FF6237;
}
.TagClassName
{
border-color: #FF6237;
}
</style>