Html Css Color HEX #FE511C International Orange
📋 copy color: '#FE511C'red 254 ◦ green 81 ◦ blue 28
Shades of International Orange #FE511C
Tints of International Orange #FE511C
RGB
CMYK
RGB Variations
Color information
#FE511C (or 0xFE511C) is known color: International Orange. HEX triplet: FE, 51 and 1C. RGB value is (254,81,28). Sum of RGB (Red+Green+Blue) = 254+81+28=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE511C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE511C is #01AEE3. Grayscale: #7F7F7F. Windows color (decimal): -110308 or 1855998. OLE color: 1855998.
HSL color Cylindrical-coordinate representation of color #FE511C: hue angle of 14.07º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE511C is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 28 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.00 |
| HSL | 14.07º | 0.99% | 0.55% | - |
| HSV(B) | 14.07º | 0.89% | 1% | - |
| XYZ | 44.03 | 27.04 | 4 | - |
| YUV | 126.69 | 72.31 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 28 | 0 | 0.68 | 0.89 | 0.00 | 14.07 | 0.99 | 0.55 |
| Hex | FE | 51 | 1C | 0 | 44 | 59 | 0 | E | 63 | 37 |
| Octal | 376 | 121 | 34 | 0 | 104 | 131 | 0 | 16 | 143 | 67 |
| Binary | 11111110 | 1010001 | 11100 | 0 | 1000100 | 1011001 | 0 | 1110 | 1100011 | 110111 |
Color Harmonies of #FE511C
Complementary color
Monochromatic Colors of #FE511C
Black with #FE511C
Text Example
Text Example
White with #FE511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE511C; }
p { color: rgb(254,81,28); }
H1.HeaderClassName
{
color: #FE511C;
}
.AnyTagClassName
{
color: #FE511C;
}
</style>
background-color css
<style>
a { background-color: #FE511C; }
a { background-color: rgb(254,81,28); }
div.DivClassName
{
background-color: #FE511C;
}
.BgClassName
{
background-color: #FE511C;
}
</style>
border-color css
<style>
span { border-color: #FE511C; }
span { border-color: rgb(254,81,28); }
td.TdClassName
{
border-color: #FE511C;
}
.TagClassName
{
border-color: #FE511C;
}
</style>