Shades of Safety Orange #FF6203
Tints of Safety Orange #FF6203
RGB
CMYK
RGB Variations
Color information
#FF6203 (or 0xFF6203) is known color: Safety Orange. HEX triplet: FF, 62 and 03. RGB value is (255,98,3). Sum of RGB (Red+Green+Blue) = 255+98+3=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6203 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6203 is #009DFC. Grayscale: #868686. Windows color (decimal): -40445 or 221951. OLE color: 221951.
HSL color Cylindrical-coordinate representation of color #FF6203: hue angle of 22.62º 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 #FF6203 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 3 | - |
| CMYK | 0 | 0.62 | 0.99 | 0 |
| HSL | 22.62º | 1% | 0.51% | - |
| HSV(B) | 22.62º | 0.99% | 1% | - |
| XYZ | 45.62 | 30 | 3.47 | - |
| YUV | 134.11 | 54.01 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 3 | 0 | 0.62 | 0.99 | 0 | 22.62 | 1 | 0.51 |
| Hex | FF | 62 | 3 | 0 | 3E | 63 | 0 | 17 | 64 | 33 |
| Octal | 377 | 142 | 3 | 0 | 76 | 143 | 0 | 27 | 144 | 63 |
| Binary | 11111111 | 1100010 | 11 | 0 | 111110 | 1100011 | 0 | 10111 | 1100100 | 110011 |
Color Harmonies of #FF6203
Complementary color
Monochromatic Colors of #FF6203
Black with #FF6203
Text Example
Text Example
White with #FF6203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6203; }
p { color: rgb(255,98,3); }
H1.HeaderClassName
{
color: #FF6203;
}
.AnyTagClassName
{
color: #FF6203;
}
</style>
background-color css
<style>
a { background-color: #FF6203; }
a { background-color: rgb(255,98,3); }
div.DivClassName
{
background-color: #FF6203;
}
.BgClassName
{
background-color: #FF6203;
}
</style>
border-color css
<style>
span { border-color: #FF6203; }
span { border-color: rgb(255,98,3); }
td.TdClassName
{
border-color: #FF6203;
}
.TagClassName
{
border-color: #FF6203;
}
</style>