Shades of Safety Orange #FE640F
Tints of Safety Orange #FE640F
RGB
CMYK
RGB Variations
Color information
#FE640F (or 0xFE640F) is known color: Safety Orange. HEX triplet: FE, 64 and 0F. RGB value is (254,100,15). Sum of RGB (Red+Green+Blue) = 254+100+15=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 15 (6.25% from 255 or 4.07% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE640F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE640F is #019BF0. Grayscale: #888888. Windows color (decimal): -105457 or 1008894. OLE color: 1008894.
HSL color Cylindrical-coordinate representation of color #FE640F: hue angle of 21.34º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE640F is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 15 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.00 |
| HSL | 21.34º | 0.99% | 0.53% | - |
| HSV(B) | 21.34º | 0.94% | 1% | - |
| XYZ | 45.52 | 30.22 | 3.89 | - |
| YUV | 136.36 | 59.52 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 15 | 0 | 0.61 | 0.94 | 0.00 | 21.34 | 0.99 | 0.53 |
| Hex | FE | 64 | F | 0 | 3D | 5E | 0 | 15 | 63 | 35 |
| Octal | 376 | 144 | 17 | 0 | 75 | 136 | 0 | 25 | 143 | 65 |
| Binary | 11111110 | 1100100 | 1111 | 0 | 111101 | 1011110 | 0 | 10101 | 1100011 | 110101 |
Color Harmonies of #FE640F
Complementary color
Monochromatic Colors of #FE640F
Black with #FE640F
Text Example
Text Example
White with #FE640F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE640F; }
p { color: rgb(254,100,15); }
H1.HeaderClassName
{
color: #FE640F;
}
.AnyTagClassName
{
color: #FE640F;
}
</style>
background-color css
<style>
a { background-color: #FE640F; }
a { background-color: rgb(254,100,15); }
div.DivClassName
{
background-color: #FE640F;
}
.BgClassName
{
background-color: #FE640F;
}
</style>
border-color css
<style>
span { border-color: #FE640F; }
span { border-color: rgb(254,100,15); }
td.TdClassName
{
border-color: #FE640F;
}
.TagClassName
{
border-color: #FE640F;
}
</style>