Shades of Outrageous Orange #FF642F
Tints of Outrageous Orange #FF642F
RGB
CMYK
RGB Variations
Color information
#FF642F (or 0xFF642F) is known color: Outrageous Orange. HEX triplet: FF, 64 and 2F. RGB value is (255,100,47). Sum of RGB (Red+Green+Blue) = 255+100+47=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 47 (18.75% from 255 or 11.69% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF642F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF642F is #009BD0. Grayscale: #8C8C8C. Windows color (decimal): -39889 or 3106047. OLE color: 3106047.
HSL color Cylindrical-coordinate representation of color #FF642F: hue angle of 15.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF642F is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 47 | - |
| CMYK | 0 | 0.61 | 0.82 | 0 |
| HSL | 15.29º | 1% | 0.59% | - |
| HSV(B) | 15.29º | 0.82% | 1% | - |
| XYZ | 46.31 | 30.58 | 6.15 | - |
| YUV | 140.3 | 75.35 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 47 | 0 | 0.61 | 0.82 | 0 | 15.29 | 1 | 0.59 |
| Hex | FF | 64 | 2F | 0 | 3D | 52 | 0 | F | 64 | 3B |
| Octal | 377 | 144 | 57 | 0 | 75 | 122 | 0 | 17 | 144 | 73 |
| Binary | 11111111 | 1100100 | 101111 | 0 | 111101 | 1010010 | 0 | 1111 | 1100100 | 111011 |
Color Harmonies of #FF642F
Complementary color
Monochromatic Colors of #FF642F
Black with #FF642F
Text Example
Text Example
White with #FF642F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF642F; }
p { color: rgb(255,100,47); }
H1.HeaderClassName
{
color: #FF642F;
}
.AnyTagClassName
{
color: #FF642F;
}
</style>
background-color css
<style>
a { background-color: #FF642F; }
a { background-color: rgb(255,100,47); }
div.DivClassName
{
background-color: #FF642F;
}
.BgClassName
{
background-color: #FF642F;
}
</style>
border-color css
<style>
span { border-color: #FF642F; }
span { border-color: rgb(255,100,47); }
td.TdClassName
{
border-color: #FF642F;
}
.TagClassName
{
border-color: #FF642F;
}
</style>