Html Css Color HEX #F55312 International Orange
📋 copy color: '#F55312'red 245 ◦ green 83 ◦ blue 18
Shades of International Orange #F55312
Tints of International Orange #F55312
RGB
CMYK
RGB Variations
Color information
#F55312 (or 0xF55312) is known color: International Orange. HEX triplet: F5, 53 and 12. RGB value is (245,83,18). Sum of RGB (Red+Green+Blue) = 245+83+18=346 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.81% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 245 - color contains mainly: red. Hex color #F55312 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55312 is #0AACED. Grayscale: #7C7C7C. Windows color (decimal): -699630 or 1201141. OLE color: 1201141.
HSL color Cylindrical-coordinate representation of color #F55312: hue angle of 17.18º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F55312 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 18 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.04 |
| HSL | 17.18º | 0.92% | 0.52% | - |
| HSV(B) | 17.18º | 0.93% | 0.96% | - |
| XYZ | 40.86 | 25.64 | 3.37 | - |
| YUV | 124.03 | 68.17 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 18 | 0 | 0.66 | 0.93 | 0.04 | 17.18 | 0.92 | 0.52 |
| Hex | F5 | 53 | 12 | 0 | 42 | 5D | 4 | 11 | 5C | 34 |
| Octal | 365 | 123 | 22 | 0 | 102 | 135 | 4 | 21 | 134 | 64 |
| Binary | 11110101 | 1010011 | 10010 | 0 | 1000010 | 1011101 | 100 | 10001 | 1011100 | 110100 |
Color Harmonies of #F55312
Complementary color
Monochromatic Colors of #F55312
Black with #F55312
Text Example
Text Example
White with #F55312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55312; }
p { color: rgb(245,83,18); }
H1.HeaderClassName
{
color: #F55312;
}
.AnyTagClassName
{
color: #F55312;
}
</style>
background-color css
<style>
a { background-color: #F55312; }
a { background-color: rgb(245,83,18); }
div.DivClassName
{
background-color: #F55312;
}
.BgClassName
{
background-color: #F55312;
}
</style>
border-color css
<style>
span { border-color: #F55312; }
span { border-color: rgb(245,83,18); }
td.TdClassName
{
border-color: #F55312;
}
.TagClassName
{
border-color: #F55312;
}
</style>