Shades of Safety Orange #F26600
Tints of Safety Orange #F26600
RGB
CMYK
RGB Variations
Color information
#F26600 (or 0xF26600) is known color: Safety Orange. HEX triplet: F2, 66 and 00. RGB value is (242,102,0). Sum of RGB (Red+Green+Blue) = 242+102+0=344 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.35% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 242 - color contains mainly: red. Hex color #F26600 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26600 is #0D99FF. Grayscale: #848484. Windows color (decimal): -891392 or 26354. OLE color: 26354.
HSL color Cylindrical-coordinate representation of color #F26600: hue angle of 25.29º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F26600 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.05 |
| HSL | 25.29º | 1% | 0.47% | - |
| HSV(B) | 25.29º | 1% | 0.95% | - |
| XYZ | 41.37 | 28.38 | 3.3 | - |
| YUV | 132.23 | 53.38 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 0 | 0 | 0.58 | 1 | 0.05 | 25.29 | 1 | 0.47 |
| Hex | F2 | 66 | 0 | 0 | 3A | 64 | 5 | 19 | 64 | 2F |
| Octal | 362 | 146 | 0 | 0 | 72 | 144 | 5 | 31 | 144 | 57 |
| Binary | 11110010 | 1100110 | 0 | 0 | 111010 | 1100100 | 101 | 11001 | 1100100 | 101111 |
Color Harmonies of #F26600
Complementary color
Monochromatic Colors of #F26600
Black with #F26600
Text Example
Text Example
White with #F26600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26600; }
p { color: rgb(242,102,0); }
H1.HeaderClassName
{
color: #F26600;
}
.AnyTagClassName
{
color: #F26600;
}
</style>
background-color css
<style>
a { background-color: #F26600; }
a { background-color: rgb(242,102,0); }
div.DivClassName
{
background-color: #F26600;
}
.BgClassName
{
background-color: #F26600;
}
</style>
border-color css
<style>
span { border-color: #F26600; }
span { border-color: rgb(242,102,0); }
td.TdClassName
{
border-color: #F26600;
}
.TagClassName
{
border-color: #F26600;
}
</style>