Shades of Safety Orange #F2650F
Tints of Safety Orange #F2650F
RGB
CMYK
RGB Variations
Color information
#F2650F (or 0xF2650F) is known color: Safety Orange. HEX triplet: F2, 65 and 0F. RGB value is (242,101,15). Sum of RGB (Red+Green+Blue) = 242+101+15=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 15 (6.25% from 255 or 4.19% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F2650F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2650F is #0D9AF0. Grayscale: #858585. Windows color (decimal): -891633 or 1009138. OLE color: 1009138.
HSL color Cylindrical-coordinate representation of color #F2650F: hue angle of 22.73º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2650F is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 15 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.05 |
| HSL | 22.73º | 0.9% | 0.5% | - |
| HSV(B) | 22.73º | 0.94% | 0.95% | - |
| XYZ | 41.36 | 28.22 | 3.72 | - |
| YUV | 133.36 | 61.21 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 15 | 0 | 0.58 | 0.94 | 0.05 | 22.73 | 0.9 | 0.5 |
| Hex | F2 | 65 | F | 0 | 3A | 5E | 5 | 17 | 5A | 32 |
| Octal | 362 | 145 | 17 | 0 | 72 | 136 | 5 | 27 | 132 | 62 |
| Binary | 11110010 | 1100101 | 1111 | 0 | 111010 | 1011110 | 101 | 10111 | 1011010 | 110010 |
Color Harmonies of #F2650F
Complementary color
Monochromatic Colors of #F2650F
Black with #F2650F
Text Example
Text Example
White with #F2650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2650F; }
p { color: rgb(242,101,15); }
H1.HeaderClassName
{
color: #F2650F;
}
.AnyTagClassName
{
color: #F2650F;
}
</style>
background-color css
<style>
a { background-color: #F2650F; }
a { background-color: rgb(242,101,15); }
div.DivClassName
{
background-color: #F2650F;
}
.BgClassName
{
background-color: #F2650F;
}
</style>
border-color css
<style>
span { border-color: #F2650F; }
span { border-color: rgb(242,101,15); }
td.TdClassName
{
border-color: #F2650F;
}
.TagClassName
{
border-color: #F2650F;
}
</style>