Shades of Safety Orange #F2640A
Tints of Safety Orange #F2640A
RGB
CMYK
RGB Variations
Color information
#F2640A (or 0xF2640A) is known color: Safety Orange. HEX triplet: F2, 64 and 0A. RGB value is (242,100,10). Sum of RGB (Red+Green+Blue) = 242+100+10=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F2640A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2640A is #0D9BF5. Grayscale: #848484. Windows color (decimal): -891894 or 681202. OLE color: 681202.
HSL color Cylindrical-coordinate representation of color #F2640A: hue angle of 23.28º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2640A is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 10 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.05 |
| HSL | 23.28º | 0.92% | 0.49% | - |
| HSV(B) | 23.28º | 0.96% | 0.95% | - |
| XYZ | 41.23 | 28.01 | 3.52 | - |
| YUV | 132.2 | 59.04 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 10 | 0 | 0.59 | 0.96 | 0.05 | 23.28 | 0.92 | 0.49 |
| Hex | F2 | 64 | A | 0 | 3B | 60 | 5 | 17 | 5C | 31 |
| Octal | 362 | 144 | 12 | 0 | 73 | 140 | 5 | 27 | 134 | 61 |
| Binary | 11110010 | 1100100 | 1010 | 0 | 111011 | 1100000 | 101 | 10111 | 1011100 | 110001 |
Color Harmonies of #F2640A
Complementary color
Monochromatic Colors of #F2640A
Black with #F2640A
Text Example
Text Example
White with #F2640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2640A; }
p { color: rgb(242,100,10); }
H1.HeaderClassName
{
color: #F2640A;
}
.AnyTagClassName
{
color: #F2640A;
}
</style>
background-color css
<style>
a { background-color: #F2640A; }
a { background-color: rgb(242,100,10); }
div.DivClassName
{
background-color: #F2640A;
}
.BgClassName
{
background-color: #F2640A;
}
</style>
border-color css
<style>
span { border-color: #F2640A; }
span { border-color: rgb(242,100,10); }
td.TdClassName
{
border-color: #F2640A;
}
.TagClassName
{
border-color: #F2640A;
}
</style>