Html Css Color HEX #F5530B International Orange
📋 copy color: '#F5530B'red 245 ◦ green 83 ◦ blue 11
Shades of International Orange #F5530B
Tints of International Orange #F5530B
RGB
CMYK
RGB Variations
Color information
#F5530B (or 0xF5530B) is known color: International Orange. HEX triplet: F5, 53 and 0B. RGB value is (245,83,11). Sum of RGB (Red+Green+Blue) = 245+83+11=339 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.27% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 245 - color contains mainly: red. Hex color #F5530B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5530B is #0AACF4. Grayscale: #7B7B7B. Windows color (decimal): -699637 or 742389. OLE color: 742389.
HSL color Cylindrical-coordinate representation of color #F5530B: hue angle of 18.46º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5530B is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 11 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.04 |
| HSL | 18.46º | 0.92% | 0.5% | - |
| HSV(B) | 18.46º | 0.96% | 0.96% | - |
| XYZ | 40.81 | 25.62 | 3.11 | - |
| YUV | 123.23 | 64.67 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 11 | 0 | 0.66 | 0.96 | 0.04 | 18.46 | 0.92 | 0.5 |
| Hex | F5 | 53 | B | 0 | 42 | 60 | 4 | 12 | 5C | 32 |
| Octal | 365 | 123 | 13 | 0 | 102 | 140 | 4 | 22 | 134 | 62 |
| Binary | 11110101 | 1010011 | 1011 | 0 | 1000010 | 1100000 | 100 | 10010 | 1011100 | 110010 |
Color Harmonies of #F5530B
Complementary color
Monochromatic Colors of #F5530B
Black with #F5530B
Text Example
Text Example
White with #F5530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5530B; }
p { color: rgb(245,83,11); }
H1.HeaderClassName
{
color: #F5530B;
}
.AnyTagClassName
{
color: #F5530B;
}
</style>
background-color css
<style>
a { background-color: #F5530B; }
a { background-color: rgb(245,83,11); }
div.DivClassName
{
background-color: #F5530B;
}
.BgClassName
{
background-color: #F5530B;
}
</style>
border-color css
<style>
span { border-color: #F5530B; }
span { border-color: rgb(245,83,11); }
td.TdClassName
{
border-color: #F5530B;
}
.TagClassName
{
border-color: #F5530B;
}
</style>