Shades of Safety Orange #FD6C0A
Tints of Safety Orange #FD6C0A
RGB
CMYK
RGB Variations
Color information
#FD6C0A (or 0xFD6C0A) is known color: Safety Orange. HEX triplet: FD, 6C and 0A. RGB value is (253,108,10). Sum of RGB (Red+Green+Blue) = 253+108+10=371 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.19% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 10 (4.30% from 255 or 2.70% from 371); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6C0A is #0293F5. Grayscale: #8C8C8C. Windows color (decimal): -168950 or 683261. OLE color: 683261.
HSL color Cylindrical-coordinate representation of color #FD6C0A: hue angle of 24.2º 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 #FD6C0A is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 108 | 10 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.01 |
| HSL | 24.2º | 0.98% | 0.52% | - |
| HSV(B) | 24.2º | 0.96% | 0.99% | - |
| XYZ | 45.93 | 31.63 | 3.97 | - |
| YUV | 140.18 | 54.54 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 108 | 10 | 0 | 0.57 | 0.96 | 0.01 | 24.2 | 0.98 | 0.52 |
| Hex | FD | 6C | A | 0 | 39 | 60 | 1 | 18 | 62 | 34 |
| Octal | 375 | 154 | 12 | 0 | 71 | 140 | 1 | 30 | 142 | 64 |
| Binary | 11111101 | 1101100 | 1010 | 0 | 111001 | 1100000 | 1 | 11000 | 1100010 | 110100 |
Color Harmonies of #FD6C0A
Complementary color
Monochromatic Colors of #FD6C0A
Black with #FD6C0A
Text Example
Text Example
White with #FD6C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6C0A; }
p { color: rgb(253,108,10); }
H1.HeaderClassName
{
color: #FD6C0A;
}
.AnyTagClassName
{
color: #FD6C0A;
}
</style>
background-color css
<style>
a { background-color: #FD6C0A; }
a { background-color: rgb(253,108,10); }
div.DivClassName
{
background-color: #FD6C0A;
}
.BgClassName
{
background-color: #FD6C0A;
}
</style>
border-color css
<style>
span { border-color: #FD6C0A; }
span { border-color: rgb(253,108,10); }
td.TdClassName
{
border-color: #FD6C0A;
}
.TagClassName
{
border-color: #FD6C0A;
}
</style>