Shades of Safety Orange #FA7602
Tints of Safety Orange #FA7602
RGB
CMYK
RGB Variations
Color information
#FA7602 (or 0xFA7602) is known color: Safety Orange. HEX triplet: FA, 76 and 02. RGB value is (250,118,2). Sum of RGB (Red+Green+Blue) = 250+118+2=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7602 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7602 is #0589FD. Grayscale: #909090. Windows color (decimal): -363006 or 161530. OLE color: 161530.
HSL color Cylindrical-coordinate representation of color #FA7602: hue angle of 28.06º 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 #FA7602 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.02 |
| HSL | 28.06º | 0.98% | 0.49% | - |
| HSV(B) | 28.06º | 0.99% | 0.98% | - |
| XYZ | 45.91 | 33.29 | 4.06 | - |
| YUV | 144.24 | 47.73 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 2 | 0 | 0.53 | 0.99 | 0.02 | 28.06 | 0.98 | 0.49 |
| Hex | FA | 76 | 2 | 0 | 35 | 63 | 2 | 1C | 62 | 31 |
| Octal | 372 | 166 | 2 | 0 | 65 | 143 | 2 | 34 | 142 | 61 |
| Binary | 11111010 | 1110110 | 10 | 0 | 110101 | 1100011 | 10 | 11100 | 1100010 | 110001 |
Color Harmonies of #FA7602
Complementary color
Monochromatic Colors of #FA7602
Black with #FA7602
Text Example
Text Example
White with #FA7602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7602; }
p { color: rgb(250,118,2); }
H1.HeaderClassName
{
color: #FA7602;
}
.AnyTagClassName
{
color: #FA7602;
}
</style>
background-color css
<style>
a { background-color: #FA7602; }
a { background-color: rgb(250,118,2); }
div.DivClassName
{
background-color: #FA7602;
}
.BgClassName
{
background-color: #FA7602;
}
</style>
border-color css
<style>
span { border-color: #FA7602; }
span { border-color: rgb(250,118,2); }
td.TdClassName
{
border-color: #FA7602;
}
.TagClassName
{
border-color: #FA7602;
}
</style>