Shades of Outrageous Orange #FF6431
Tints of Outrageous Orange #FF6431
RGB
CMYK
RGB Variations
Color information
#FF6431 (or 0xFF6431) is known color: Outrageous Orange. HEX triplet: FF, 64 and 31. RGB value is (255,100,49). Sum of RGB (Red+Green+Blue) = 255+100+49=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6431 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6431 is #009BCE. Grayscale: #8C8C8C. Windows color (decimal): -39887 or 3237119. OLE color: 3237119.
HSL color Cylindrical-coordinate representation of color #FF6431: hue angle of 14.85º 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 #FF6431 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 49 | - |
| CMYK | 0 | 0.61 | 0.81 | 0 |
| HSL | 14.85º | 1% | 0.6% | - |
| HSV(B) | 14.85º | 0.81% | 1% | - |
| XYZ | 46.35 | 30.6 | 6.37 | - |
| YUV | 140.53 | 76.35 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 49 | 0 | 0.61 | 0.81 | 0 | 14.85 | 1 | 0.6 |
| Hex | FF | 64 | 31 | 0 | 3D | 51 | 0 | F | 64 | 3C |
| Octal | 377 | 144 | 61 | 0 | 75 | 121 | 0 | 17 | 144 | 74 |
| Binary | 11111111 | 1100100 | 110001 | 0 | 111101 | 1010001 | 0 | 1111 | 1100100 | 111100 |
Color Harmonies of #FF6431
Complementary color
Monochromatic Colors of #FF6431
Black with #FF6431
Text Example
Text Example
White with #FF6431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6431; }
p { color: rgb(255,100,49); }
H1.HeaderClassName
{
color: #FF6431;
}
.AnyTagClassName
{
color: #FF6431;
}
</style>
background-color css
<style>
a { background-color: #FF6431; }
a { background-color: rgb(255,100,49); }
div.DivClassName
{
background-color: #FF6431;
}
.BgClassName
{
background-color: #FF6431;
}
</style>
border-color css
<style>
span { border-color: #FF6431; }
span { border-color: rgb(255,100,49); }
td.TdClassName
{
border-color: #FF6431;
}
.TagClassName
{
border-color: #FF6431;
}
</style>