Shades of Outrageous Orange #FF642B
Tints of Outrageous Orange #FF642B
RGB
CMYK
RGB Variations
Color information
#FF642B (or 0xFF642B) is known color: Outrageous Orange. HEX triplet: FF, 64 and 2B. RGB value is (255,100,43). Sum of RGB (Red+Green+Blue) = 255+100+43=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF642B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF642B is #009BD4. Grayscale: #8C8C8C. Windows color (decimal): -39893 or 2843903. OLE color: 2843903.
HSL color Cylindrical-coordinate representation of color #FF642B: hue angle of 16.13º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF642B is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 43 | - |
| CMYK | 0 | 0.61 | 0.83 | 0 |
| HSL | 16.13º | 1% | 0.58% | - |
| HSV(B) | 16.13º | 0.83% | 1% | - |
| XYZ | 46.23 | 30.55 | 5.75 | - |
| YUV | 139.85 | 73.35 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 43 | 0 | 0.61 | 0.83 | 0 | 16.13 | 1 | 0.58 |
| Hex | FF | 64 | 2B | 0 | 3D | 53 | 0 | 10 | 64 | 3A |
| Octal | 377 | 144 | 53 | 0 | 75 | 123 | 0 | 20 | 144 | 72 |
| Binary | 11111111 | 1100100 | 101011 | 0 | 111101 | 1010011 | 0 | 10000 | 1100100 | 111010 |
Color Harmonies of #FF642B
Complementary color
Monochromatic Colors of #FF642B
Black with #FF642B
Text Example
Text Example
White with #FF642B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF642B; }
p { color: rgb(255,100,43); }
H1.HeaderClassName
{
color: #FF642B;
}
.AnyTagClassName
{
color: #FF642B;
}
</style>
background-color css
<style>
a { background-color: #FF642B; }
a { background-color: rgb(255,100,43); }
div.DivClassName
{
background-color: #FF642B;
}
.BgClassName
{
background-color: #FF642B;
}
</style>
border-color css
<style>
span { border-color: #FF642B; }
span { border-color: rgb(255,100,43); }
td.TdClassName
{
border-color: #FF642B;
}
.TagClassName
{
border-color: #FF642B;
}
</style>