Shades of Safety Orange #FD6303
Tints of Safety Orange #FD6303
RGB
CMYK
RGB Variations
Color information
#FD6303 (or 0xFD6303) is known color: Safety Orange. HEX triplet: FD, 63 and 03. RGB value is (253,99,3). Sum of RGB (Red+Green+Blue) = 253+99+3=355 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.27% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 3 (1.56% from 255 or 0.85% from 355); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6303 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6303 is #029CFC. Grayscale: #868686. Windows color (decimal): -171261 or 222205. OLE color: 222205.
HSL color Cylindrical-coordinate representation of color #FD6303: hue angle of 23.04º 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 #FD6303 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 99 | 3 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.01 |
| HSL | 23.04º | 0.98% | 0.5% | - |
| HSV(B) | 23.04º | 0.99% | 0.99% | - |
| XYZ | 44.99 | 29.81 | 3.47 | - |
| YUV | 134.1 | 54.02 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 99 | 3 | 0 | 0.61 | 0.99 | 0.01 | 23.04 | 0.98 | 0.5 |
| Hex | FD | 63 | 3 | 0 | 3D | 63 | 1 | 17 | 62 | 32 |
| Octal | 375 | 143 | 3 | 0 | 75 | 143 | 1 | 27 | 142 | 62 |
| Binary | 11111101 | 1100011 | 11 | 0 | 111101 | 1100011 | 1 | 10111 | 1100010 | 110010 |
Color Harmonies of #FD6303
Complementary color
Monochromatic Colors of #FD6303
Black with #FD6303
Text Example
Text Example
White with #FD6303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6303; }
p { color: rgb(253,99,3); }
H1.HeaderClassName
{
color: #FD6303;
}
.AnyTagClassName
{
color: #FD6303;
}
</style>
background-color css
<style>
a { background-color: #FD6303; }
a { background-color: rgb(253,99,3); }
div.DivClassName
{
background-color: #FD6303;
}
.BgClassName
{
background-color: #FD6303;
}
</style>
border-color css
<style>
span { border-color: #FD6303; }
span { border-color: rgb(253,99,3); }
td.TdClassName
{
border-color: #FD6303;
}
.TagClassName
{
border-color: #FD6303;
}
</style>