Shades of Outrageous Orange #FE6428
Tints of Outrageous Orange #FE6428
RGB
CMYK
RGB Variations
Color information
#FE6428 (or 0xFE6428) is known color: Outrageous Orange. HEX triplet: FE, 64 and 28. RGB value is (254,100,40). Sum of RGB (Red+Green+Blue) = 254+100+40=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 40 (16.02% from 255 or 10.15% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6428 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6428 is #019BD7. Grayscale: #8B8B8B. Windows color (decimal): -105432 or 2647294. OLE color: 2647294.
HSL color Cylindrical-coordinate representation of color #FE6428: hue angle of 16.82º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE6428 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 40 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.00 |
| HSL | 16.82º | 0.99% | 0.58% | - |
| HSV(B) | 16.82º | 0.84% | 1% | - |
| XYZ | 45.81 | 30.34 | 5.45 | - |
| YUV | 139.21 | 72.02 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 40 | 0 | 0.61 | 0.84 | 0.00 | 16.82 | 0.99 | 0.58 |
| Hex | FE | 64 | 28 | 0 | 3D | 54 | 0 | 11 | 63 | 3A |
| Octal | 376 | 144 | 50 | 0 | 75 | 124 | 0 | 21 | 143 | 72 |
| Binary | 11111110 | 1100100 | 101000 | 0 | 111101 | 1010100 | 0 | 10001 | 1100011 | 111010 |
Color Harmonies of #FE6428
Complementary color
Monochromatic Colors of #FE6428
Black with #FE6428
Text Example
Text Example
White with #FE6428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6428; }
p { color: rgb(254,100,40); }
H1.HeaderClassName
{
color: #FE6428;
}
.AnyTagClassName
{
color: #FE6428;
}
</style>
background-color css
<style>
a { background-color: #FE6428; }
a { background-color: rgb(254,100,40); }
div.DivClassName
{
background-color: #FE6428;
}
.BgClassName
{
background-color: #FE6428;
}
</style>
border-color css
<style>
span { border-color: #FE6428; }
span { border-color: rgb(254,100,40); }
td.TdClassName
{
border-color: #FE6428;
}
.TagClassName
{
border-color: #FE6428;
}
</style>