Shades of Safety Orange #FD6A04
Tints of Safety Orange #FD6A04
RGB
CMYK
RGB Variations
Color information
#FD6A04 (or 0xFD6A04) is known color: Safety Orange. HEX triplet: FD, 6A and 04. RGB value is (253,106,4). Sum of RGB (Red+Green+Blue) = 253+106+4=363 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.70% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6A04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6A04 is #0295FB. Grayscale: #8A8A8A. Windows color (decimal): -169468 or 289533. OLE color: 289533.
HSL color Cylindrical-coordinate representation of color #FD6A04: hue angle of 24.58º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD6A04 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 106 | 4 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.01 |
| HSL | 24.58º | 0.98% | 0.5% | - |
| HSV(B) | 24.58º | 0.98% | 0.99% | - |
| XYZ | 45.68 | 31.2 | 3.73 | - |
| YUV | 138.33 | 52.2 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 106 | 4 | 0 | 0.58 | 0.98 | 0.01 | 24.58 | 0.98 | 0.5 |
| Hex | FD | 6A | 4 | 0 | 3A | 62 | 1 | 19 | 62 | 32 |
| Octal | 375 | 152 | 4 | 0 | 72 | 142 | 1 | 31 | 142 | 62 |
| Binary | 11111101 | 1101010 | 100 | 0 | 111010 | 1100010 | 1 | 11001 | 1100010 | 110010 |
Color Harmonies of #FD6A04
Complementary color
Monochromatic Colors of #FD6A04
Black with #FD6A04
Text Example
Text Example
White with #FD6A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6A04; }
p { color: rgb(253,106,4); }
H1.HeaderClassName
{
color: #FD6A04;
}
.AnyTagClassName
{
color: #FD6A04;
}
</style>
background-color css
<style>
a { background-color: #FD6A04; }
a { background-color: rgb(253,106,4); }
div.DivClassName
{
background-color: #FD6A04;
}
.BgClassName
{
background-color: #FD6A04;
}
</style>
border-color css
<style>
span { border-color: #FD6A04; }
span { border-color: rgb(253,106,4); }
td.TdClassName
{
border-color: #FD6A04;
}
.TagClassName
{
border-color: #FD6A04;
}
</style>