Html Css Color HEX #FE4F0C International Orange
📋 copy color: '#FE4F0C'red 254 ◦ green 79 ◦ blue 12
Shades of International Orange #FE4F0C
Tints of International Orange #FE4F0C
RGB
CMYK
RGB Variations
Color information
#FE4F0C (or 0xFE4F0C) is known color: International Orange. HEX triplet: FE, 4F and 0C. RGB value is (254,79,12). Sum of RGB (Red+Green+Blue) = 254+79+12=345 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.62% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE4F0C is #01B0F3. Grayscale: #7C7C7C. Windows color (decimal): -110836 or 806910. OLE color: 806910.
HSL color Cylindrical-coordinate representation of color #FE4F0C: hue angle of 16.61º 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 #FE4F0C is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 79 | 12 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.00 |
| HSL | 16.61º | 0.99% | 0.52% | - |
| HSV(B) | 16.61º | 0.95% | 1% | - |
| XYZ | 43.74 | 26.69 | 3.19 | - |
| YUV | 123.69 | 64.98 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 79 | 12 | 0 | 0.69 | 0.95 | 0.00 | 16.61 | 0.99 | 0.52 |
| Hex | FE | 4F | C | 0 | 45 | 5F | 0 | 11 | 63 | 34 |
| Octal | 376 | 117 | 14 | 0 | 105 | 137 | 0 | 21 | 143 | 64 |
| Binary | 11111110 | 1001111 | 1100 | 0 | 1000101 | 1011111 | 0 | 10001 | 1100011 | 110100 |
Color Harmonies of #FE4F0C
Complementary color
Monochromatic Colors of #FE4F0C
Black with #FE4F0C
Text Example
Text Example
White with #FE4F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4F0C; }
p { color: rgb(254,79,12); }
H1.HeaderClassName
{
color: #FE4F0C;
}
.AnyTagClassName
{
color: #FE4F0C;
}
</style>
background-color css
<style>
a { background-color: #FE4F0C; }
a { background-color: rgb(254,79,12); }
div.DivClassName
{
background-color: #FE4F0C;
}
.BgClassName
{
background-color: #FE4F0C;
}
</style>
border-color css
<style>
span { border-color: #FE4F0C; }
span { border-color: rgb(254,79,12); }
td.TdClassName
{
border-color: #FE4F0C;
}
.TagClassName
{
border-color: #FE4F0C;
}
</style>