Shades of Safety Orange #FA680B
Tints of Safety Orange #FA680B
RGB
CMYK
RGB Variations
Color information
#FA680B (or 0xFA680B) is known color: Safety Orange. HEX triplet: FA, 68 and 0B. RGB value is (250,104,11). Sum of RGB (Red+Green+Blue) = 250+104+11=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA680B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA680B is #0597F4. Grayscale: #898989. Windows color (decimal): -366581 or 747770. OLE color: 747770.
HSL color Cylindrical-coordinate representation of color #FA680B: hue angle of 23.35º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA680B is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 104 | 11 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.02 |
| HSL | 23.35º | 0.96% | 0.51% | - |
| HSV(B) | 23.35º | 0.96% | 0.98% | - |
| XYZ | 44.44 | 30.25 | 3.81 | - |
| YUV | 137.05 | 56.87 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 104 | 11 | 0 | 0.58 | 0.96 | 0.02 | 23.35 | 0.96 | 0.51 |
| Hex | FA | 68 | B | 0 | 3A | 60 | 2 | 17 | 60 | 33 |
| Octal | 372 | 150 | 13 | 0 | 72 | 140 | 2 | 27 | 140 | 63 |
| Binary | 11111010 | 1101000 | 1011 | 0 | 111010 | 1100000 | 10 | 10111 | 1100000 | 110011 |
Color Harmonies of #FA680B
Complementary color
Monochromatic Colors of #FA680B
Black with #FA680B
Text Example
Text Example
White with #FA680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA680B; }
p { color: rgb(250,104,11); }
H1.HeaderClassName
{
color: #FA680B;
}
.AnyTagClassName
{
color: #FA680B;
}
</style>
background-color css
<style>
a { background-color: #FA680B; }
a { background-color: rgb(250,104,11); }
div.DivClassName
{
background-color: #FA680B;
}
.BgClassName
{
background-color: #FA680B;
}
</style>
border-color css
<style>
span { border-color: #FA680B; }
span { border-color: rgb(250,104,11); }
td.TdClassName
{
border-color: #FA680B;
}
.TagClassName
{
border-color: #FA680B;
}
</style>