Shades of Safety Orange #FA5B02
Tints of Safety Orange #FA5B02
RGB
CMYK
RGB Variations
Color information
#FA5B02 (or 0xFA5B02) is known color: Safety Orange. HEX triplet: FA, 5B and 02. RGB value is (250,91,2). Sum of RGB (Red+Green+Blue) = 250+91+2=343 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.89% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5B02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5B02 is #05A4FD. Grayscale: #808080. Windows color (decimal): -369918 or 154618. OLE color: 154618.
HSL color Cylindrical-coordinate representation of color #FA5B02: hue angle of 21.53º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA5B02 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 91 | 2 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.02 |
| HSL | 21.53º | 0.98% | 0.49% | - |
| HSV(B) | 21.53º | 0.99% | 0.98% | - |
| XYZ | 43.18 | 27.81 | 3.15 | - |
| YUV | 128.4 | 56.68 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 91 | 2 | 0 | 0.64 | 0.99 | 0.02 | 21.53 | 0.98 | 0.49 |
| Hex | FA | 5B | 2 | 0 | 40 | 63 | 2 | 16 | 62 | 31 |
| Octal | 372 | 133 | 2 | 0 | 100 | 143 | 2 | 26 | 142 | 61 |
| Binary | 11111010 | 1011011 | 10 | 0 | 1000000 | 1100011 | 10 | 10110 | 1100010 | 110001 |
Color Harmonies of #FA5B02
Complementary color
Monochromatic Colors of #FA5B02
Black with #FA5B02
Text Example
Text Example
White with #FA5B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5B02; }
p { color: rgb(250,91,2); }
H1.HeaderClassName
{
color: #FA5B02;
}
.AnyTagClassName
{
color: #FA5B02;
}
</style>
background-color css
<style>
a { background-color: #FA5B02; }
a { background-color: rgb(250,91,2); }
div.DivClassName
{
background-color: #FA5B02;
}
.BgClassName
{
background-color: #FA5B02;
}
</style>
border-color css
<style>
span { border-color: #FA5B02; }
span { border-color: rgb(250,91,2); }
td.TdClassName
{
border-color: #FA5B02;
}
.TagClassName
{
border-color: #FA5B02;
}
</style>