Shades of Safety Orange #F2670B
Tints of Safety Orange #F2670B
RGB
CMYK
RGB Variations
Color information
#F2670B (or 0xF2670B) is known color: Safety Orange. HEX triplet: F2, 67 and 0B. RGB value is (242,103,11). Sum of RGB (Red+Green+Blue) = 242+103+11=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F2670B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2670B is #0D98F4. Grayscale: #868686. Windows color (decimal): -891125 or 747506. OLE color: 747506.
HSL color Cylindrical-coordinate representation of color #F2670B: hue angle of 23.9º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2670B is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 11 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.05 |
| HSL | 23.9º | 0.91% | 0.5% | - |
| HSV(B) | 23.9º | 0.95% | 0.95% | - |
| XYZ | 41.53 | 28.6 | 3.65 | - |
| YUV | 134.07 | 58.55 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 11 | 0 | 0.57 | 0.95 | 0.05 | 23.9 | 0.91 | 0.5 |
| Hex | F2 | 67 | B | 0 | 39 | 5F | 5 | 18 | 5B | 32 |
| Octal | 362 | 147 | 13 | 0 | 71 | 137 | 5 | 30 | 133 | 62 |
| Binary | 11110010 | 1100111 | 1011 | 0 | 111001 | 1011111 | 101 | 11000 | 1011011 | 110010 |
Color Harmonies of #F2670B
Complementary color
Monochromatic Colors of #F2670B
Black with #F2670B
Text Example
Text Example
White with #F2670B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2670B; }
p { color: rgb(242,103,11); }
H1.HeaderClassName
{
color: #F2670B;
}
.AnyTagClassName
{
color: #F2670B;
}
</style>
background-color css
<style>
a { background-color: #F2670B; }
a { background-color: rgb(242,103,11); }
div.DivClassName
{
background-color: #F2670B;
}
.BgClassName
{
background-color: #F2670B;
}
</style>
border-color css
<style>
span { border-color: #F2670B; }
span { border-color: rgb(242,103,11); }
td.TdClassName
{
border-color: #F2670B;
}
.TagClassName
{
border-color: #F2670B;
}
</style>