Html Css Color HEX #FE530B International Orange
📋 copy color: '#FE530B'red 254 ◦ green 83 ◦ blue 11
Shades of International Orange #FE530B
Tints of International Orange #FE530B
RGB
CMYK
RGB Variations
Color information
#FE530B (or 0xFE530B) is known color: International Orange. HEX triplet: FE, 53 and 0B. RGB value is (254,83,11). Sum of RGB (Red+Green+Blue) = 254+83+11=348 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.99% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 254 - color contains mainly: red. Hex color #FE530B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE530B is #01ACF4. Grayscale: #7E7E7E. Windows color (decimal): -109813 or 742398. OLE color: 742398.
HSL color Cylindrical-coordinate representation of color #FE530B: hue angle of 17.78º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE530B is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 11 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.00 |
| HSL | 17.78º | 0.99% | 0.52% | - |
| HSV(B) | 17.78º | 0.96% | 1% | - |
| XYZ | 44.03 | 27.28 | 3.26 | - |
| YUV | 125.92 | 63.15 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 11 | 0 | 0.67 | 0.96 | 0.00 | 17.78 | 0.99 | 0.52 |
| Hex | FE | 53 | B | 0 | 43 | 60 | 0 | 12 | 63 | 34 |
| Octal | 376 | 123 | 13 | 0 | 103 | 140 | 0 | 22 | 143 | 64 |
| Binary | 11111110 | 1010011 | 1011 | 0 | 1000011 | 1100000 | 0 | 10010 | 1100011 | 110100 |
Color Harmonies of #FE530B
Complementary color
Monochromatic Colors of #FE530B
Black with #FE530B
Text Example
Text Example
White with #FE530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE530B; }
p { color: rgb(254,83,11); }
H1.HeaderClassName
{
color: #FE530B;
}
.AnyTagClassName
{
color: #FE530B;
}
</style>
background-color css
<style>
a { background-color: #FE530B; }
a { background-color: rgb(254,83,11); }
div.DivClassName
{
background-color: #FE530B;
}
.BgClassName
{
background-color: #FE530B;
}
</style>
border-color css
<style>
span { border-color: #FE530B; }
span { border-color: rgb(254,83,11); }
td.TdClassName
{
border-color: #FE530B;
}
.TagClassName
{
border-color: #FE530B;
}
</style>