Shades of Outrageous Orange #FE522F
Tints of Outrageous Orange #FE522F
RGB
CMYK
RGB Variations
Color information
#FE522F (or 0xFE522F) is known color: Outrageous Orange. HEX triplet: FE, 52 and 2F. RGB value is (254,82,47). Sum of RGB (Red+Green+Blue) = 254+82+47=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 47 (18.75% from 255 or 12.27% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE522F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE522F is #01ADD0. Grayscale: #818181. Windows color (decimal): -110033 or 3101438. OLE color: 3101438.
HSL color Cylindrical-coordinate representation of color #FE522F: hue angle of 10.14º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE522F is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 47 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.00 |
| HSL | 10.14º | 0.99% | 0.59% | - |
| HSV(B) | 10.14º | 0.81% | 1% | - |
| XYZ | 44.4 | 27.31 | 5.62 | - |
| YUV | 129.44 | 81.48 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 47 | 0 | 0.68 | 0.81 | 0.00 | 10.14 | 0.99 | 0.59 |
| Hex | FE | 52 | 2F | 0 | 44 | 51 | 0 | A | 63 | 3B |
| Octal | 376 | 122 | 57 | 0 | 104 | 121 | 0 | 12 | 143 | 73 |
| Binary | 11111110 | 1010010 | 101111 | 0 | 1000100 | 1010001 | 0 | 1010 | 1100011 | 111011 |
Color Harmonies of #FE522F
Complementary color
Monochromatic Colors of #FE522F
Black with #FE522F
Text Example
Text Example
White with #FE522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE522F; }
p { color: rgb(254,82,47); }
H1.HeaderClassName
{
color: #FE522F;
}
.AnyTagClassName
{
color: #FE522F;
}
</style>
background-color css
<style>
a { background-color: #FE522F; }
a { background-color: rgb(254,82,47); }
div.DivClassName
{
background-color: #FE522F;
}
.BgClassName
{
background-color: #FE522F;
}
</style>
border-color css
<style>
span { border-color: #FE522F; }
span { border-color: rgb(254,82,47); }
td.TdClassName
{
border-color: #FE522F;
}
.TagClassName
{
border-color: #FE522F;
}
</style>