Html Css Color HEX #FE500C International Orange
📋 copy color: '#FE500C'red 254 ◦ green 80 ◦ blue 12
Shades of International Orange #FE500C
Tints of International Orange #FE500C
RGB
CMYK
RGB Variations
Color information
#FE500C (or 0xFE500C) is known color: International Orange. HEX triplet: FE, 50 and 0C. RGB value is (254,80,12). Sum of RGB (Red+Green+Blue) = 254+80+12=346 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.41% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 254 - color contains mainly: red. Hex color #FE500C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE500C is #01AFF3. Grayscale: #7C7C7C. Windows color (decimal): -110580 or 807166. OLE color: 807166.
HSL color Cylindrical-coordinate representation of color #FE500C: hue angle of 16.86º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE500C is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 12 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.00 |
| HSL | 16.86º | 0.99% | 0.52% | - |
| HSV(B) | 16.86º | 0.95% | 1% | - |
| XYZ | 43.81 | 26.83 | 3.22 | - |
| YUV | 124.27 | 64.65 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 12 | 0 | 0.69 | 0.95 | 0.00 | 16.86 | 0.99 | 0.52 |
| Hex | FE | 50 | C | 0 | 45 | 5F | 0 | 11 | 63 | 34 |
| Octal | 376 | 120 | 14 | 0 | 105 | 137 | 0 | 21 | 143 | 64 |
| Binary | 11111110 | 1010000 | 1100 | 0 | 1000101 | 1011111 | 0 | 10001 | 1100011 | 110100 |
Color Harmonies of #FE500C
Complementary color
Monochromatic Colors of #FE500C
Black with #FE500C
Text Example
Text Example
White with #FE500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE500C; }
p { color: rgb(254,80,12); }
H1.HeaderClassName
{
color: #FE500C;
}
.AnyTagClassName
{
color: #FE500C;
}
</style>
background-color css
<style>
a { background-color: #FE500C; }
a { background-color: rgb(254,80,12); }
div.DivClassName
{
background-color: #FE500C;
}
.BgClassName
{
background-color: #FE500C;
}
</style>
border-color css
<style>
span { border-color: #FE500C; }
span { border-color: rgb(254,80,12); }
td.TdClassName
{
border-color: #FE500C;
}
.TagClassName
{
border-color: #FE500C;
}
</style>