Shades of Safety Orange #F26803
Tints of Safety Orange #F26803
RGB
CMYK
RGB Variations
Color information
#F26803 (or 0xF26803) is known color: Safety Orange. HEX triplet: F2, 68 and 03. RGB value is (242,104,3). Sum of RGB (Red+Green+Blue) = 242+104+3=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F26803 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26803 is #0D97FC. Grayscale: #868686. Windows color (decimal): -890877 or 223474. OLE color: 223474.
HSL color Cylindrical-coordinate representation of color #F26803: hue angle of 25.36º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F26803 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 3 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.05 |
| HSL | 25.36º | 0.98% | 0.48% | - |
| HSV(B) | 25.36º | 0.99% | 0.95% | - |
| XYZ | 41.58 | 28.78 | 3.45 | - |
| YUV | 133.75 | 54.22 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 3 | 0 | 0.57 | 0.99 | 0.05 | 25.36 | 0.98 | 0.48 |
| Hex | F2 | 68 | 3 | 0 | 39 | 63 | 5 | 19 | 62 | 30 |
| Octal | 362 | 150 | 3 | 0 | 71 | 143 | 5 | 31 | 142 | 60 |
| Binary | 11110010 | 1101000 | 11 | 0 | 111001 | 1100011 | 101 | 11001 | 1100010 | 110000 |
Color Harmonies of #F26803
Complementary color
Monochromatic Colors of #F26803
Black with #F26803
Text Example
Text Example
White with #F26803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26803; }
p { color: rgb(242,104,3); }
H1.HeaderClassName
{
color: #F26803;
}
.AnyTagClassName
{
color: #F26803;
}
</style>
background-color css
<style>
a { background-color: #F26803; }
a { background-color: rgb(242,104,3); }
div.DivClassName
{
background-color: #F26803;
}
.BgClassName
{
background-color: #F26803;
}
</style>
border-color css
<style>
span { border-color: #F26803; }
span { border-color: rgb(242,104,3); }
td.TdClassName
{
border-color: #F26803;
}
.TagClassName
{
border-color: #F26803;
}
</style>