Shades of Safety Orange #FE630C
Tints of Safety Orange #FE630C
RGB
CMYK
RGB Variations
Color information
#FE630C (or 0xFE630C) is known color: Safety Orange. HEX triplet: FE, 63 and 0C. RGB value is (254,99,12). Sum of RGB (Red+Green+Blue) = 254+99+12=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE630C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE630C is #019CF3. Grayscale: #878787. Windows color (decimal): -105716 or 812030. OLE color: 812030.
HSL color Cylindrical-coordinate representation of color #FE630C: hue angle of 21.57º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE630C is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 12 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.00 |
| HSL | 21.57º | 0.99% | 0.52% | - |
| HSV(B) | 21.57º | 0.95% | 1% | - |
| XYZ | 45.4 | 30.02 | 3.75 | - |
| YUV | 135.43 | 58.35 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 12 | 0 | 0.61 | 0.95 | 0.00 | 21.57 | 0.99 | 0.52 |
| Hex | FE | 63 | C | 0 | 3D | 5F | 0 | 16 | 63 | 34 |
| Octal | 376 | 143 | 14 | 0 | 75 | 137 | 0 | 26 | 143 | 64 |
| Binary | 11111110 | 1100011 | 1100 | 0 | 111101 | 1011111 | 0 | 10110 | 1100011 | 110100 |
Color Harmonies of #FE630C
Complementary color
Monochromatic Colors of #FE630C
Black with #FE630C
Text Example
Text Example
White with #FE630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE630C; }
p { color: rgb(254,99,12); }
H1.HeaderClassName
{
color: #FE630C;
}
.AnyTagClassName
{
color: #FE630C;
}
</style>
background-color css
<style>
a { background-color: #FE630C; }
a { background-color: rgb(254,99,12); }
div.DivClassName
{
background-color: #FE630C;
}
.BgClassName
{
background-color: #FE630C;
}
</style>
border-color css
<style>
span { border-color: #FE630C; }
span { border-color: rgb(254,99,12); }
td.TdClassName
{
border-color: #FE630C;
}
.TagClassName
{
border-color: #FE630C;
}
</style>