Shades of Safety Orange #FF6303
Tints of Safety Orange #FF6303
RGB
CMYK
RGB Variations
Color information
#FF6303 (or 0xFF6303) is known color: Safety Orange. HEX triplet: FF, 63 and 03. RGB value is (255,99,3). Sum of RGB (Red+Green+Blue) = 255+99+3=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 3 (1.56% from 255 or 0.84% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6303 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6303 is #009CFC. Grayscale: #878787. Windows color (decimal): -40189 or 222207. OLE color: 222207.
HSL color Cylindrical-coordinate representation of color #FF6303: hue angle of 22.86º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF6303 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 3 | - |
| CMYK | 0 | 0.61 | 0.99 | 0 |
| HSL | 22.86º | 1% | 0.51% | - |
| HSV(B) | 22.86º | 0.99% | 1% | - |
| XYZ | 45.72 | 30.19 | 3.5 | - |
| YUV | 134.7 | 53.68 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 3 | 0 | 0.61 | 0.99 | 0 | 22.86 | 1 | 0.51 |
| Hex | FF | 63 | 3 | 0 | 3D | 63 | 0 | 17 | 64 | 33 |
| Octal | 377 | 143 | 3 | 0 | 75 | 143 | 0 | 27 | 144 | 63 |
| Binary | 11111111 | 1100011 | 11 | 0 | 111101 | 1100011 | 0 | 10111 | 1100100 | 110011 |
Color Harmonies of #FF6303
Complementary color
Monochromatic Colors of #FF6303
Black with #FF6303
Text Example
Text Example
White with #FF6303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6303; }
p { color: rgb(255,99,3); }
H1.HeaderClassName
{
color: #FF6303;
}
.AnyTagClassName
{
color: #FF6303;
}
</style>
background-color css
<style>
a { background-color: #FF6303; }
a { background-color: rgb(255,99,3); }
div.DivClassName
{
background-color: #FF6303;
}
.BgClassName
{
background-color: #FF6303;
}
</style>
border-color css
<style>
span { border-color: #FF6303; }
span { border-color: rgb(255,99,3); }
td.TdClassName
{
border-color: #FF6303;
}
.TagClassName
{
border-color: #FF6303;
}
</style>