Shades of Safety Orange #FD7502
Tints of Safety Orange #FD7502
RGB
CMYK
RGB Variations
Color information
#FD7502 (or 0xFD7502) is known color: Safety Orange. HEX triplet: FD, 75 and 02. RGB value is (253,117,2). Sum of RGB (Red+Green+Blue) = 253+117+2=372 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.01% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7502 is #028AFD. Grayscale: #919191. Windows color (decimal): -166654 or 161277. OLE color: 161277.
HSL color Cylindrical-coordinate representation of color #FD7502: hue angle of 27.49º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD7502 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 117 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.01 |
| HSL | 27.49º | 0.98% | 0.5% | - |
| HSV(B) | 27.49º | 0.99% | 0.99% | - |
| XYZ | 46.88 | 33.61 | 4.07 | - |
| YUV | 144.55 | 47.56 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 117 | 2 | 0 | 0.54 | 0.99 | 0.01 | 27.49 | 0.98 | 0.5 |
| Hex | FD | 75 | 2 | 0 | 36 | 63 | 1 | 1B | 62 | 32 |
| Octal | 375 | 165 | 2 | 0 | 66 | 143 | 1 | 33 | 142 | 62 |
| Binary | 11111101 | 1110101 | 10 | 0 | 110110 | 1100011 | 1 | 11011 | 1100010 | 110010 |
Color Harmonies of #FD7502
Complementary color
Monochromatic Colors of #FD7502
Black with #FD7502
Text Example
Text Example
White with #FD7502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7502; }
p { color: rgb(253,117,2); }
H1.HeaderClassName
{
color: #FD7502;
}
.AnyTagClassName
{
color: #FD7502;
}
</style>
background-color css
<style>
a { background-color: #FD7502; }
a { background-color: rgb(253,117,2); }
div.DivClassName
{
background-color: #FD7502;
}
.BgClassName
{
background-color: #FD7502;
}
</style>
border-color css
<style>
span { border-color: #FD7502; }
span { border-color: rgb(253,117,2); }
td.TdClassName
{
border-color: #FD7502;
}
.TagClassName
{
border-color: #FD7502;
}
</style>