Shades of Safety Orange #FE620D
Tints of Safety Orange #FE620D
RGB
CMYK
RGB Variations
Color information
#FE620D (or 0xFE620D) is known color: Safety Orange. HEX triplet: FE, 62 and 0D. RGB value is (254,98,13). Sum of RGB (Red+Green+Blue) = 254+98+13=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE620D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE620D is #019DF2. Grayscale: #878787. Windows color (decimal): -105971 or 877310. OLE color: 877310.
HSL color Cylindrical-coordinate representation of color #FE620D: hue angle of 21.16º 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 #FE620D is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 13 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.00 |
| HSL | 21.16º | 0.99% | 0.52% | - |
| HSV(B) | 21.16º | 0.95% | 1% | - |
| XYZ | 45.31 | 29.84 | 3.75 | - |
| YUV | 134.95 | 59.18 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 13 | 0 | 0.61 | 0.95 | 0.00 | 21.16 | 0.99 | 0.52 |
| Hex | FE | 62 | D | 0 | 3D | 5F | 0 | 15 | 63 | 34 |
| Octal | 376 | 142 | 15 | 0 | 75 | 137 | 0 | 25 | 143 | 64 |
| Binary | 11111110 | 1100010 | 1101 | 0 | 111101 | 1011111 | 0 | 10101 | 1100011 | 110100 |
Color Harmonies of #FE620D
Complementary color
Monochromatic Colors of #FE620D
Black with #FE620D
Text Example
Text Example
White with #FE620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE620D; }
p { color: rgb(254,98,13); }
H1.HeaderClassName
{
color: #FE620D;
}
.AnyTagClassName
{
color: #FE620D;
}
</style>
background-color css
<style>
a { background-color: #FE620D; }
a { background-color: rgb(254,98,13); }
div.DivClassName
{
background-color: #FE620D;
}
.BgClassName
{
background-color: #FE620D;
}
</style>
border-color css
<style>
span { border-color: #FE620D; }
span { border-color: rgb(254,98,13); }
td.TdClassName
{
border-color: #FE620D;
}
.TagClassName
{
border-color: #FE620D;
}
</style>