Shades of Safety Orange #FA690C
Tints of Safety Orange #FA690C
RGB
CMYK
RGB Variations
Color information
#FA690C (or 0xFA690C) is known color: Safety Orange. HEX triplet: FA, 69 and 0C. RGB value is (250,105,12). Sum of RGB (Red+Green+Blue) = 250+105+12=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 12 (5.08% from 255 or 3.27% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA690C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA690C is #0596F3. Grayscale: #8A8A8A. Windows color (decimal): -366324 or 813562. OLE color: 813562.
HSL color Cylindrical-coordinate representation of color #FA690C: hue angle of 23.45º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA690C is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 105 | 12 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.02 |
| HSL | 23.45º | 0.96% | 0.51% | - |
| HSV(B) | 23.45º | 0.95% | 0.98% | - |
| XYZ | 44.54 | 30.45 | 3.88 | - |
| YUV | 137.75 | 57.04 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 105 | 12 | 0 | 0.58 | 0.95 | 0.02 | 23.45 | 0.96 | 0.51 |
| Hex | FA | 69 | C | 0 | 3A | 5F | 2 | 17 | 60 | 33 |
| Octal | 372 | 151 | 14 | 0 | 72 | 137 | 2 | 27 | 140 | 63 |
| Binary | 11111010 | 1101001 | 1100 | 0 | 111010 | 1011111 | 10 | 10111 | 1100000 | 110011 |
Color Harmonies of #FA690C
Complementary color
Monochromatic Colors of #FA690C
Black with #FA690C
Text Example
Text Example
White with #FA690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA690C; }
p { color: rgb(250,105,12); }
H1.HeaderClassName
{
color: #FA690C;
}
.AnyTagClassName
{
color: #FA690C;
}
</style>
background-color css
<style>
a { background-color: #FA690C; }
a { background-color: rgb(250,105,12); }
div.DivClassName
{
background-color: #FA690C;
}
.BgClassName
{
background-color: #FA690C;
}
</style>
border-color css
<style>
span { border-color: #FA690C; }
span { border-color: rgb(250,105,12); }
td.TdClassName
{
border-color: #FA690C;
}
.TagClassName
{
border-color: #FA690C;
}
</style>