Shades of Safety Orange #FA670F
Tints of Safety Orange #FA670F
RGB
CMYK
RGB Variations
Color information
#FA670F (or 0xFA670F) is known color: Safety Orange. HEX triplet: FA, 67 and 0F. RGB value is (250,103,15). Sum of RGB (Red+Green+Blue) = 250+103+15=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 15 (6.25% from 255 or 4.08% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA670F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA670F is #0598F0. Grayscale: #898989. Windows color (decimal): -366833 or 1009658. OLE color: 1009658.
HSL color Cylindrical-coordinate representation of color #FA670F: hue angle of 22.47º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA670F is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 103 | 15 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.02 |
| HSL | 22.47º | 0.96% | 0.52% | - |
| HSV(B) | 22.47º | 0.94% | 0.98% | - |
| XYZ | 44.36 | 30.06 | 3.92 | - |
| YUV | 136.92 | 59.2 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 103 | 15 | 0 | 0.59 | 0.94 | 0.02 | 22.47 | 0.96 | 0.52 |
| Hex | FA | 67 | F | 0 | 3B | 5E | 2 | 16 | 60 | 34 |
| Octal | 372 | 147 | 17 | 0 | 73 | 136 | 2 | 26 | 140 | 64 |
| Binary | 11111010 | 1100111 | 1111 | 0 | 111011 | 1011110 | 10 | 10110 | 1100000 | 110100 |
Color Harmonies of #FA670F
Complementary color
Monochromatic Colors of #FA670F
Black with #FA670F
Text Example
Text Example
White with #FA670F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA670F; }
p { color: rgb(250,103,15); }
H1.HeaderClassName
{
color: #FA670F;
}
.AnyTagClassName
{
color: #FA670F;
}
</style>
background-color css
<style>
a { background-color: #FA670F; }
a { background-color: rgb(250,103,15); }
div.DivClassName
{
background-color: #FA670F;
}
.BgClassName
{
background-color: #FA670F;
}
</style>
border-color css
<style>
span { border-color: #FA670F; }
span { border-color: rgb(250,103,15); }
td.TdClassName
{
border-color: #FA670F;
}
.TagClassName
{
border-color: #FA670F;
}
</style>