Shades of Safety Orange #FD620E
Tints of Safety Orange #FD620E
RGB
CMYK
RGB Variations
Color information
#FD620E (or 0xFD620E) is known color: Safety Orange. HEX triplet: FD, 62 and 0E. RGB value is (253,98,14). Sum of RGB (Red+Green+Blue) = 253+98+14=365 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.32% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 14 (5.86% from 255 or 3.84% from 365); Max value from RGB is 253 - color contains mainly: red. Hex color #FD620E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD620E is #029DF1. Grayscale: #878787. Windows color (decimal): -171506 or 942845. OLE color: 942845.
HSL color Cylindrical-coordinate representation of color #FD620E: hue angle of 21.09º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD620E is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 98 | 14 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.01 |
| HSL | 21.09º | 0.98% | 0.52% | - |
| HSV(B) | 21.09º | 0.94% | 0.99% | - |
| XYZ | 44.95 | 29.65 | 3.77 | - |
| YUV | 134.77 | 59.85 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 98 | 14 | 0 | 0.61 | 0.94 | 0.01 | 21.09 | 0.98 | 0.52 |
| Hex | FD | 62 | E | 0 | 3D | 5E | 1 | 15 | 62 | 34 |
| Octal | 375 | 142 | 16 | 0 | 75 | 136 | 1 | 25 | 142 | 64 |
| Binary | 11111101 | 1100010 | 1110 | 0 | 111101 | 1011110 | 1 | 10101 | 1100010 | 110100 |
Color Harmonies of #FD620E
Complementary color
Monochromatic Colors of #FD620E
Black with #FD620E
Text Example
Text Example
White with #FD620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD620E; }
p { color: rgb(253,98,14); }
H1.HeaderClassName
{
color: #FD620E;
}
.AnyTagClassName
{
color: #FD620E;
}
</style>
background-color css
<style>
a { background-color: #FD620E; }
a { background-color: rgb(253,98,14); }
div.DivClassName
{
background-color: #FD620E;
}
.BgClassName
{
background-color: #FD620E;
}
</style>
border-color css
<style>
span { border-color: #FD620E; }
span { border-color: rgb(253,98,14); }
td.TdClassName
{
border-color: #FD620E;
}
.TagClassName
{
border-color: #FD620E;
}
</style>