Shades of Safety Orange #FF6103
Tints of Safety Orange #FF6103
RGB
CMYK
RGB Variations
Color information
#FF6103 (or 0xFF6103) is known color: Safety Orange. HEX triplet: FF, 61 and 03. RGB value is (255,97,3). Sum of RGB (Red+Green+Blue) = 255+97+3=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 3 (1.56% from 255 or 0.85% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6103 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6103 is #009EFC. Grayscale: #868686. Windows color (decimal): -40701 or 221695. OLE color: 221695.
HSL color Cylindrical-coordinate representation of color #FF6103: hue angle of 22.38º 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 #FF6103 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 3 | - |
| CMYK | 0 | 0.62 | 0.99 | 0 |
| HSL | 22.38º | 1% | 0.51% | - |
| HSV(B) | 22.38º | 0.99% | 1% | - |
| XYZ | 45.53 | 29.82 | 3.44 | - |
| YUV | 133.53 | 54.35 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 3 | 0 | 0.62 | 0.99 | 0 | 22.38 | 1 | 0.51 |
| Hex | FF | 61 | 3 | 0 | 3E | 63 | 0 | 16 | 64 | 33 |
| Octal | 377 | 141 | 3 | 0 | 76 | 143 | 0 | 26 | 144 | 63 |
| Binary | 11111111 | 1100001 | 11 | 0 | 111110 | 1100011 | 0 | 10110 | 1100100 | 110011 |
Color Harmonies of #FF6103
Complementary color
Monochromatic Colors of #FF6103
Black with #FF6103
Text Example
Text Example
White with #FF6103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6103; }
p { color: rgb(255,97,3); }
H1.HeaderClassName
{
color: #FF6103;
}
.AnyTagClassName
{
color: #FF6103;
}
</style>
background-color css
<style>
a { background-color: #FF6103; }
a { background-color: rgb(255,97,3); }
div.DivClassName
{
background-color: #FF6103;
}
.BgClassName
{
background-color: #FF6103;
}
</style>
border-color css
<style>
span { border-color: #FF6103; }
span { border-color: rgb(255,97,3); }
td.TdClassName
{
border-color: #FF6103;
}
.TagClassName
{
border-color: #FF6103;
}
</style>