Shades of Safety Orange #FF640E
Tints of Safety Orange #FF640E
RGB
CMYK
RGB Variations
Color information
#FF640E (or 0xFF640E) is known color: Safety Orange. HEX triplet: FF, 64 and 0E. RGB value is (255,100,14). Sum of RGB (Red+Green+Blue) = 255+100+14=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 14 (5.86% from 255 or 3.79% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF640E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF640E is #009BF1. Grayscale: #898989. Windows color (decimal): -39922 or 943359. OLE color: 943359.
HSL color Cylindrical-coordinate representation of color #FF640E: hue angle of 21.41º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF640E is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 14 | - |
| CMYK | 0 | 0.61 | 0.95 | 0 |
| HSL | 21.41º | 1% | 0.53% | - |
| HSV(B) | 21.41º | 0.95% | 1% | - |
| XYZ | 45.88 | 30.41 | 3.87 | - |
| YUV | 136.54 | 58.85 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 14 | 0 | 0.61 | 0.95 | 0 | 21.41 | 1 | 0.53 |
| Hex | FF | 64 | E | 0 | 3D | 5F | 0 | 15 | 64 | 35 |
| Octal | 377 | 144 | 16 | 0 | 75 | 137 | 0 | 25 | 144 | 65 |
| Binary | 11111111 | 1100100 | 1110 | 0 | 111101 | 1011111 | 0 | 10101 | 1100100 | 110101 |
Color Harmonies of #FF640E
Complementary color
Monochromatic Colors of #FF640E
Black with #FF640E
Text Example
Text Example
White with #FF640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF640E; }
p { color: rgb(255,100,14); }
H1.HeaderClassName
{
color: #FF640E;
}
.AnyTagClassName
{
color: #FF640E;
}
</style>
background-color css
<style>
a { background-color: #FF640E; }
a { background-color: rgb(255,100,14); }
div.DivClassName
{
background-color: #FF640E;
}
.BgClassName
{
background-color: #FF640E;
}
</style>
border-color css
<style>
span { border-color: #FF640E; }
span { border-color: rgb(255,100,14); }
td.TdClassName
{
border-color: #FF640E;
}
.TagClassName
{
border-color: #FF640E;
}
</style>