Shades of Safety Orange #FF620E
Tints of Safety Orange #FF620E
RGB
CMYK
RGB Variations
Color information
#FF620E (or 0xFF620E) is known color: Safety Orange. HEX triplet: FF, 62 and 0E. RGB value is (255,98,14). Sum of RGB (Red+Green+Blue) = 255+98+14=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 14 (5.86% from 255 or 3.81% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF620E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF620E is #009DF1. Grayscale: #878787. Windows color (decimal): -40434 or 942847. OLE color: 942847.
HSL color Cylindrical-coordinate representation of color #FF620E: hue angle of 20.91º 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 #FF620E is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 14 | - |
| CMYK | 0 | 0.62 | 0.95 | 0 |
| HSL | 20.91º | 1% | 0.53% | - |
| HSV(B) | 20.91º | 0.95% | 1% | - |
| XYZ | 45.69 | 30.03 | 3.8 | - |
| YUV | 135.37 | 59.51 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 14 | 0 | 0.62 | 0.95 | 0 | 20.91 | 1 | 0.53 |
| Hex | FF | 62 | E | 0 | 3E | 5F | 0 | 15 | 64 | 35 |
| Octal | 377 | 142 | 16 | 0 | 76 | 137 | 0 | 25 | 144 | 65 |
| Binary | 11111111 | 1100010 | 1110 | 0 | 111110 | 1011111 | 0 | 10101 | 1100100 | 110101 |
Color Harmonies of #FF620E
Complementary color
Monochromatic Colors of #FF620E
Black with #FF620E
Text Example
Text Example
White with #FF620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF620E; }
p { color: rgb(255,98,14); }
H1.HeaderClassName
{
color: #FF620E;
}
.AnyTagClassName
{
color: #FF620E;
}
</style>
background-color css
<style>
a { background-color: #FF620E; }
a { background-color: rgb(255,98,14); }
div.DivClassName
{
background-color: #FF620E;
}
.BgClassName
{
background-color: #FF620E;
}
</style>
border-color css
<style>
span { border-color: #FF620E; }
span { border-color: rgb(255,98,14); }
td.TdClassName
{
border-color: #FF620E;
}
.TagClassName
{
border-color: #FF620E;
}
</style>