Shades of Outrageous Orange #FF6029
Tints of Outrageous Orange #FF6029
RGB
CMYK
RGB Variations
Color information
#FF6029 (or 0xFF6029) is known color: Outrageous Orange. HEX triplet: FF, 60 and 29. RGB value is (255,96,41). Sum of RGB (Red+Green+Blue) = 255+96+41=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 41 (16.41% from 255 or 10.46% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6029 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6029 is #009FD6. Grayscale: #898989. Windows color (decimal): -40919 or 2711807. OLE color: 2711807.
HSL color Cylindrical-coordinate representation of color #FF6029: hue angle of 15.42º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF6029 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 41 | - |
| CMYK | 0 | 0.62 | 0.84 | 0 |
| HSL | 15.42º | 1% | 0.58% | - |
| HSV(B) | 15.42º | 0.84% | 1% | - |
| XYZ | 45.82 | 29.79 | 5.43 | - |
| YUV | 137.27 | 73.68 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 41 | 0 | 0.62 | 0.84 | 0 | 15.42 | 1 | 0.58 |
| Hex | FF | 60 | 29 | 0 | 3E | 54 | 0 | F | 64 | 3A |
| Octal | 377 | 140 | 51 | 0 | 76 | 124 | 0 | 17 | 144 | 72 |
| Binary | 11111111 | 1100000 | 101001 | 0 | 111110 | 1010100 | 0 | 1111 | 1100100 | 111010 |
Color Harmonies of #FF6029
Complementary color
Monochromatic Colors of #FF6029
Black with #FF6029
Text Example
Text Example
White with #FF6029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6029; }
p { color: rgb(255,96,41); }
H1.HeaderClassName
{
color: #FF6029;
}
.AnyTagClassName
{
color: #FF6029;
}
</style>
background-color css
<style>
a { background-color: #FF6029; }
a { background-color: rgb(255,96,41); }
div.DivClassName
{
background-color: #FF6029;
}
.BgClassName
{
background-color: #FF6029;
}
</style>
border-color css
<style>
span { border-color: #FF6029; }
span { border-color: rgb(255,96,41); }
td.TdClassName
{
border-color: #FF6029;
}
.TagClassName
{
border-color: #FF6029;
}
</style>