Shades of Safety Orange #F26A00
Tints of Safety Orange #F26A00
RGB
CMYK
RGB Variations
Color information
#F26A00 (or 0xF26A00) is known color: Safety Orange. HEX triplet: F2, 6A and 00. RGB value is (242,106,0). Sum of RGB (Red+Green+Blue) = 242+106+0=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F26A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26A00 is #0D95FF. Grayscale: #878787. Windows color (decimal): -890368 or 27378. OLE color: 27378.
HSL color Cylindrical-coordinate representation of color #F26A00: hue angle of 26.28º 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 #F26A00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 106 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.05 |
| HSL | 26.28º | 1% | 0.47% | - |
| HSV(B) | 26.28º | 1% | 0.95% | - |
| XYZ | 41.77 | 29.19 | 3.43 | - |
| YUV | 134.58 | 52.06 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 106 | 0 | 0 | 0.56 | 1 | 0.05 | 26.28 | 1 | 0.47 |
| Hex | F2 | 6A | 0 | 0 | 38 | 64 | 5 | 1A | 64 | 2F |
| Octal | 362 | 152 | 0 | 0 | 70 | 144 | 5 | 32 | 144 | 57 |
| Binary | 11110010 | 1101010 | 0 | 0 | 111000 | 1100100 | 101 | 11010 | 1100100 | 101111 |
Color Harmonies of #F26A00
Complementary color
Monochromatic Colors of #F26A00
Black with #F26A00
Text Example
Text Example
White with #F26A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26A00; }
p { color: rgb(242,106,0); }
H1.HeaderClassName
{
color: #F26A00;
}
.AnyTagClassName
{
color: #F26A00;
}
</style>
background-color css
<style>
a { background-color: #F26A00; }
a { background-color: rgb(242,106,0); }
div.DivClassName
{
background-color: #F26A00;
}
.BgClassName
{
background-color: #F26A00;
}
</style>
border-color css
<style>
span { border-color: #F26A00; }
span { border-color: rgb(242,106,0); }
td.TdClassName
{
border-color: #F26A00;
}
.TagClassName
{
border-color: #F26A00;
}
</style>