Shades of Safety Orange #FF700A
Tints of Safety Orange #FF700A
RGB
CMYK
RGB Variations
Color information
#FF700A (or 0xFF700A) is known color: Safety Orange. HEX triplet: FF, 70 and 0A. RGB value is (255,112,10). Sum of RGB (Red+Green+Blue) = 255+112+10=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 10 (4.30% from 255 or 2.65% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF700A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF700A is #008FF5. Grayscale: #8F8F8F. Windows color (decimal): -36854 or 684287. OLE color: 684287.
HSL color Cylindrical-coordinate representation of color #FF700A: hue angle of 24.98º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF700A is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 10 | - |
| CMYK | 0 | 0.56 | 0.96 | 0 |
| HSL | 24.98º | 1% | 0.52% | - |
| HSV(B) | 24.98º | 0.96% | 1% | - |
| XYZ | 47.09 | 32.87 | 4.15 | - |
| YUV | 143.13 | 52.88 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 10 | 0 | 0.56 | 0.96 | 0 | 24.98 | 1 | 0.52 |
| Hex | FF | 70 | A | 0 | 38 | 60 | 0 | 19 | 64 | 34 |
| Octal | 377 | 160 | 12 | 0 | 70 | 140 | 0 | 31 | 144 | 64 |
| Binary | 11111111 | 1110000 | 1010 | 0 | 111000 | 1100000 | 0 | 11001 | 1100100 | 110100 |
Color Harmonies of #FF700A
Complementary color
Monochromatic Colors of #FF700A
Black with #FF700A
Text Example
Text Example
White with #FF700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF700A; }
p { color: rgb(255,112,10); }
H1.HeaderClassName
{
color: #FF700A;
}
.AnyTagClassName
{
color: #FF700A;
}
</style>
background-color css
<style>
a { background-color: #FF700A; }
a { background-color: rgb(255,112,10); }
div.DivClassName
{
background-color: #FF700A;
}
.BgClassName
{
background-color: #FF700A;
}
</style>
border-color css
<style>
span { border-color: #FF700A; }
span { border-color: rgb(255,112,10); }
td.TdClassName
{
border-color: #FF700A;
}
.TagClassName
{
border-color: #FF700A;
}
</style>