Html Css Color HEX #FE4F0D International Orange
📋 copy color: '#FE4F0D'red 254 ◦ green 79 ◦ blue 13
Shades of International Orange #FE4F0D
Tints of International Orange #FE4F0D
RGB
CMYK
RGB Variations
Color information
#FE4F0D (or 0xFE4F0D) is known color: International Orange. HEX triplet: FE, 4F and 0D. RGB value is (254,79,13). Sum of RGB (Red+Green+Blue) = 254+79+13=346 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.41% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE4F0D is #01B0F2. Grayscale: #7C7C7C. Windows color (decimal): -110835 or 872446. OLE color: 872446.
HSL color Cylindrical-coordinate representation of color #FE4F0D: hue angle of 16.43º 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 #FE4F0D is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 79 | 13 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.00 |
| HSL | 16.43º | 0.99% | 0.52% | - |
| HSV(B) | 16.43º | 0.95% | 1% | - |
| XYZ | 43.74 | 26.69 | 3.23 | - |
| YUV | 123.8 | 65.48 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 79 | 13 | 0 | 0.69 | 0.95 | 0.00 | 16.43 | 0.99 | 0.52 |
| Hex | FE | 4F | D | 0 | 45 | 5F | 0 | 10 | 63 | 34 |
| Octal | 376 | 117 | 15 | 0 | 105 | 137 | 0 | 20 | 143 | 64 |
| Binary | 11111110 | 1001111 | 1101 | 0 | 1000101 | 1011111 | 0 | 10000 | 1100011 | 110100 |
Color Harmonies of #FE4F0D
Complementary color
Monochromatic Colors of #FE4F0D
Black with #FE4F0D
Text Example
Text Example
White with #FE4F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4F0D; }
p { color: rgb(254,79,13); }
H1.HeaderClassName
{
color: #FE4F0D;
}
.AnyTagClassName
{
color: #FE4F0D;
}
</style>
background-color css
<style>
a { background-color: #FE4F0D; }
a { background-color: rgb(254,79,13); }
div.DivClassName
{
background-color: #FE4F0D;
}
.BgClassName
{
background-color: #FE4F0D;
}
</style>
border-color css
<style>
span { border-color: #FE4F0D; }
span { border-color: rgb(254,79,13); }
td.TdClassName
{
border-color: #FE4F0D;
}
.TagClassName
{
border-color: #FE4F0D;
}
</style>