Shades of Safety Orange #F26706
Tints of Safety Orange #F26706
RGB
CMYK
RGB Variations
Color information
#F26706 (or 0xF26706) is known color: Safety Orange. HEX triplet: F2, 67 and 06. RGB value is (242,103,6). Sum of RGB (Red+Green+Blue) = 242+103+6=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 6 (2.73% from 255 or 1.71% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F26706 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26706 is #0D98F9. Grayscale: #868686. Windows color (decimal): -891130 or 419826. OLE color: 419826.
HSL color Cylindrical-coordinate representation of color #F26706: hue angle of 24.66º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F26706 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 6 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.05 |
| HSL | 24.66º | 0.95% | 0.49% | - |
| HSV(B) | 24.66º | 0.98% | 0.95% | - |
| XYZ | 41.5 | 28.59 | 3.5 | - |
| YUV | 133.5 | 56.05 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 6 | 0 | 0.57 | 0.98 | 0.05 | 24.66 | 0.95 | 0.49 |
| Hex | F2 | 67 | 6 | 0 | 39 | 62 | 5 | 19 | 5F | 31 |
| Octal | 362 | 147 | 6 | 0 | 71 | 142 | 5 | 31 | 137 | 61 |
| Binary | 11110010 | 1100111 | 110 | 0 | 111001 | 1100010 | 101 | 11001 | 1011111 | 110001 |
Color Harmonies of #F26706
Complementary color
Monochromatic Colors of #F26706
Black with #F26706
Text Example
Text Example
White with #F26706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26706; }
p { color: rgb(242,103,6); }
H1.HeaderClassName
{
color: #F26706;
}
.AnyTagClassName
{
color: #F26706;
}
</style>
background-color css
<style>
a { background-color: #F26706; }
a { background-color: rgb(242,103,6); }
div.DivClassName
{
background-color: #F26706;
}
.BgClassName
{
background-color: #F26706;
}
</style>
border-color css
<style>
span { border-color: #F26706; }
span { border-color: rgb(242,103,6); }
td.TdClassName
{
border-color: #F26706;
}
.TagClassName
{
border-color: #F26706;
}
</style>