Shades of Safety Orange #FF6B04
Tints of Safety Orange #FF6B04
RGB
CMYK
RGB Variations
Color information
#FF6B04 (or 0xFF6B04) is known color: Safety Orange. HEX triplet: FF, 6B and 04. RGB value is (255,107,4). Sum of RGB (Red+Green+Blue) = 255+107+4=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 4 (1.95% from 255 or 1.09% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6B04 is #0094FB. Grayscale: #8C8C8C. Windows color (decimal): -38140 or 289791. OLE color: 289791.
HSL color Cylindrical-coordinate representation of color #FF6B04: hue angle of 24.62º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF6B04 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 4 | - |
| CMYK | 0 | 0.58 | 0.98 | 0 |
| HSL | 24.62º | 1% | 0.51% | - |
| HSV(B) | 24.62º | 0.98% | 1% | - |
| XYZ | 46.52 | 31.78 | 3.8 | - |
| YUV | 139.51 | 51.53 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 4 | 0 | 0.58 | 0.98 | 0 | 24.62 | 1 | 0.51 |
| Hex | FF | 6B | 4 | 0 | 3A | 62 | 0 | 19 | 64 | 33 |
| Octal | 377 | 153 | 4 | 0 | 72 | 142 | 0 | 31 | 144 | 63 |
| Binary | 11111111 | 1101011 | 100 | 0 | 111010 | 1100010 | 0 | 11001 | 1100100 | 110011 |
Color Harmonies of #FF6B04
Complementary color
Monochromatic Colors of #FF6B04
Black with #FF6B04
Text Example
Text Example
White with #FF6B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B04; }
p { color: rgb(255,107,4); }
H1.HeaderClassName
{
color: #FF6B04;
}
.AnyTagClassName
{
color: #FF6B04;
}
</style>
background-color css
<style>
a { background-color: #FF6B04; }
a { background-color: rgb(255,107,4); }
div.DivClassName
{
background-color: #FF6B04;
}
.BgClassName
{
background-color: #FF6B04;
}
</style>
border-color css
<style>
span { border-color: #FF6B04; }
span { border-color: rgb(255,107,4); }
td.TdClassName
{
border-color: #FF6B04;
}
.TagClassName
{
border-color: #FF6B04;
}
</style>