Html Css Color HEX #FE530D International Orange
📋 copy color: '#FE530D'red 254 ◦ green 83 ◦ blue 13
Shades of International Orange #FE530D
Tints of International Orange #FE530D
RGB
CMYK
RGB Variations
Color information
#FE530D (or 0xFE530D) is known color: International Orange. HEX triplet: FE, 53 and 0D. RGB value is (254,83,13). Sum of RGB (Red+Green+Blue) = 254+83+13=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE530D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE530D is #01ACF2. Grayscale: #7E7E7E. Windows color (decimal): -109811 or 873470. OLE color: 873470.
HSL color Cylindrical-coordinate representation of color #FE530D: hue angle of 17.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 #FE530D is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 13 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.00 |
| HSL | 17.43º | 0.99% | 0.52% | - |
| HSV(B) | 17.43º | 0.95% | 1% | - |
| XYZ | 44.04 | 27.29 | 3.33 | - |
| YUV | 126.15 | 64.15 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 13 | 0 | 0.67 | 0.95 | 0.00 | 17.43 | 0.99 | 0.52 |
| Hex | FE | 53 | D | 0 | 43 | 5F | 0 | 11 | 63 | 34 |
| Octal | 376 | 123 | 15 | 0 | 103 | 137 | 0 | 21 | 143 | 64 |
| Binary | 11111110 | 1010011 | 1101 | 0 | 1000011 | 1011111 | 0 | 10001 | 1100011 | 110100 |
Color Harmonies of #FE530D
Complementary color
Monochromatic Colors of #FE530D
Black with #FE530D
Text Example
Text Example
White with #FE530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE530D; }
p { color: rgb(254,83,13); }
H1.HeaderClassName
{
color: #FE530D;
}
.AnyTagClassName
{
color: #FE530D;
}
</style>
background-color css
<style>
a { background-color: #FE530D; }
a { background-color: rgb(254,83,13); }
div.DivClassName
{
background-color: #FE530D;
}
.BgClassName
{
background-color: #FE530D;
}
</style>
border-color css
<style>
span { border-color: #FE530D; }
span { border-color: rgb(254,83,13); }
td.TdClassName
{
border-color: #FE530D;
}
.TagClassName
{
border-color: #FE530D;
}
</style>