Shades of Outrageous Orange #FF642D
Tints of Outrageous Orange #FF642D
RGB
CMYK
RGB Variations
Color information
#FF642D (or 0xFF642D) is known color: Outrageous Orange. HEX triplet: FF, 64 and 2D. RGB value is (255,100,45). Sum of RGB (Red+Green+Blue) = 255+100+45=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF642D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF642D is #009BD2. Grayscale: #8C8C8C. Windows color (decimal): -39891 or 2974975. OLE color: 2974975.
HSL color Cylindrical-coordinate representation of color #FF642D: hue angle of 15.71º 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 #FF642D is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 45 | - |
| CMYK | 0 | 0.61 | 0.82 | 0 |
| HSL | 15.71º | 1% | 0.59% | - |
| HSV(B) | 15.71º | 0.82% | 1% | - |
| XYZ | 46.27 | 30.56 | 5.94 | - |
| YUV | 140.08 | 74.35 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 45 | 0 | 0.61 | 0.82 | 0 | 15.71 | 1 | 0.59 |
| Hex | FF | 64 | 2D | 0 | 3D | 52 | 0 | 10 | 64 | 3B |
| Octal | 377 | 144 | 55 | 0 | 75 | 122 | 0 | 20 | 144 | 73 |
| Binary | 11111111 | 1100100 | 101101 | 0 | 111101 | 1010010 | 0 | 10000 | 1100100 | 111011 |
Color Harmonies of #FF642D
Complementary color
Monochromatic Colors of #FF642D
Black with #FF642D
Text Example
Text Example
White with #FF642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF642D; }
p { color: rgb(255,100,45); }
H1.HeaderClassName
{
color: #FF642D;
}
.AnyTagClassName
{
color: #FF642D;
}
</style>
background-color css
<style>
a { background-color: #FF642D; }
a { background-color: rgb(255,100,45); }
div.DivClassName
{
background-color: #FF642D;
}
.BgClassName
{
background-color: #FF642D;
}
</style>
border-color css
<style>
span { border-color: #FF642D; }
span { border-color: rgb(255,100,45); }
td.TdClassName
{
border-color: #FF642D;
}
.TagClassName
{
border-color: #FF642D;
}
</style>