Shades of Safety Orange #FD620A
Tints of Safety Orange #FD620A
RGB
CMYK
RGB Variations
Color information
#FD620A (or 0xFD620A) is known color: Safety Orange. HEX triplet: FD, 62 and 0A. RGB value is (253,98,10). Sum of RGB (Red+Green+Blue) = 253+98+10=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 10 (4.30% from 255 or 2.77% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD620A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD620A is #029DF5. Grayscale: #868686. Windows color (decimal): -171510 or 680701. OLE color: 680701.
HSL color Cylindrical-coordinate representation of color #FD620A: hue angle of 21.73º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD620A is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 98 | 10 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.01 |
| HSL | 21.73º | 0.98% | 0.52% | - |
| HSV(B) | 21.73º | 0.96% | 0.99% | - |
| XYZ | 44.93 | 29.64 | 3.64 | - |
| YUV | 134.31 | 57.85 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 98 | 10 | 0 | 0.61 | 0.96 | 0.01 | 21.73 | 0.98 | 0.52 |
| Hex | FD | 62 | A | 0 | 3D | 60 | 1 | 16 | 62 | 34 |
| Octal | 375 | 142 | 12 | 0 | 75 | 140 | 1 | 26 | 142 | 64 |
| Binary | 11111101 | 1100010 | 1010 | 0 | 111101 | 1100000 | 1 | 10110 | 1100010 | 110100 |
Color Harmonies of #FD620A
Complementary color
Monochromatic Colors of #FD620A
Black with #FD620A
Text Example
Text Example
White with #FD620A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD620A; }
p { color: rgb(253,98,10); }
H1.HeaderClassName
{
color: #FD620A;
}
.AnyTagClassName
{
color: #FD620A;
}
</style>
background-color css
<style>
a { background-color: #FD620A; }
a { background-color: rgb(253,98,10); }
div.DivClassName
{
background-color: #FD620A;
}
.BgClassName
{
background-color: #FD620A;
}
</style>
border-color css
<style>
span { border-color: #FD620A; }
span { border-color: rgb(253,98,10); }
td.TdClassName
{
border-color: #FD620A;
}
.TagClassName
{
border-color: #FD620A;
}
</style>