Shades of Safety Orange #FD7303
Tints of Safety Orange #FD7303
RGB
CMYK
RGB Variations
Color information
#FD7303 (or 0xFD7303) is known color: Safety Orange. HEX triplet: FD, 73 and 03. RGB value is (253,115,3). Sum of RGB (Red+Green+Blue) = 253+115+3=371 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.19% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7303 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7303 is #028CFC. Grayscale: #909090. Windows color (decimal): -167165 or 226301. OLE color: 226301.
HSL color Cylindrical-coordinate representation of color #FD7303: hue angle of 26.88º 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 #FD7303 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 3 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.01 |
| HSL | 26.88º | 0.98% | 0.5% | - |
| HSV(B) | 26.88º | 0.99% | 0.99% | - |
| XYZ | 46.66 | 33.15 | 4.03 | - |
| YUV | 143.49 | 48.72 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 3 | 0 | 0.55 | 0.99 | 0.01 | 26.88 | 0.98 | 0.5 |
| Hex | FD | 73 | 3 | 0 | 37 | 63 | 1 | 1B | 62 | 32 |
| Octal | 375 | 163 | 3 | 0 | 67 | 143 | 1 | 33 | 142 | 62 |
| Binary | 11111101 | 1110011 | 11 | 0 | 110111 | 1100011 | 1 | 11011 | 1100010 | 110010 |
Color Harmonies of #FD7303
Complementary color
Monochromatic Colors of #FD7303
Black with #FD7303
Text Example
Text Example
White with #FD7303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7303; }
p { color: rgb(253,115,3); }
H1.HeaderClassName
{
color: #FD7303;
}
.AnyTagClassName
{
color: #FD7303;
}
</style>
background-color css
<style>
a { background-color: #FD7303; }
a { background-color: rgb(253,115,3); }
div.DivClassName
{
background-color: #FD7303;
}
.BgClassName
{
background-color: #FD7303;
}
</style>
border-color css
<style>
span { border-color: #FD7303; }
span { border-color: rgb(253,115,3); }
td.TdClassName
{
border-color: #FD7303;
}
.TagClassName
{
border-color: #FD7303;
}
</style>