Shades of Safety Orange #FE6303
Tints of Safety Orange #FE6303
RGB
CMYK
RGB Variations
Color information
#FE6303 (or 0xFE6303) is known color: Safety Orange. HEX triplet: FE, 63 and 03. RGB value is (254,99,3). Sum of RGB (Red+Green+Blue) = 254+99+3=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6303 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6303 is #019CFC. Grayscale: #868686. Windows color (decimal): -105725 or 222206. OLE color: 222206.
HSL color Cylindrical-coordinate representation of color #FE6303: hue angle of 22.95º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE6303 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 3 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.00 |
| HSL | 22.95º | 0.99% | 0.5% | - |
| HSV(B) | 22.95º | 0.99% | 1% | - |
| XYZ | 45.35 | 30 | 3.49 | - |
| YUV | 134.4 | 53.85 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 3 | 0 | 0.61 | 0.99 | 0.00 | 22.95 | 0.99 | 0.5 |
| Hex | FE | 63 | 3 | 0 | 3D | 63 | 0 | 17 | 63 | 32 |
| Octal | 376 | 143 | 3 | 0 | 75 | 143 | 0 | 27 | 143 | 62 |
| Binary | 11111110 | 1100011 | 11 | 0 | 111101 | 1100011 | 0 | 10111 | 1100011 | 110010 |
Color Harmonies of #FE6303
Complementary color
Monochromatic Colors of #FE6303
Black with #FE6303
Text Example
Text Example
White with #FE6303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6303; }
p { color: rgb(254,99,3); }
H1.HeaderClassName
{
color: #FE6303;
}
.AnyTagClassName
{
color: #FE6303;
}
</style>
background-color css
<style>
a { background-color: #FE6303; }
a { background-color: rgb(254,99,3); }
div.DivClassName
{
background-color: #FE6303;
}
.BgClassName
{
background-color: #FE6303;
}
</style>
border-color css
<style>
span { border-color: #FE6303; }
span { border-color: rgb(254,99,3); }
td.TdClassName
{
border-color: #FE6303;
}
.TagClassName
{
border-color: #FE6303;
}
</style>