Html Css Color HEX #F5540C International Orange
📋 copy color: '#F5540C'red 245 ◦ green 84 ◦ blue 12
Shades of International Orange #F5540C
Tints of International Orange #F5540C
RGB
CMYK
RGB Variations
Color information
#F5540C (or 0xF5540C) is known color: International Orange. HEX triplet: F5, 54 and 0C. RGB value is (245,84,12). Sum of RGB (Red+Green+Blue) = 245+84+12=341 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.85% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 245 - color contains mainly: red. Hex color #F5540C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5540C is #0AABF3. Grayscale: #7C7C7C. Windows color (decimal): -699380 or 808181. OLE color: 808181.
HSL color Cylindrical-coordinate representation of color #F5540C: hue angle of 18.54º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5540C is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 84 | 12 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.04 |
| HSL | 18.54º | 0.92% | 0.5% | - |
| HSV(B) | 18.54º | 0.95% | 0.96% | - |
| XYZ | 40.89 | 25.78 | 3.17 | - |
| YUV | 123.93 | 64.84 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 84 | 12 | 0 | 0.66 | 0.95 | 0.04 | 18.54 | 0.92 | 0.5 |
| Hex | F5 | 54 | C | 0 | 42 | 5F | 4 | 13 | 5C | 32 |
| Octal | 365 | 124 | 14 | 0 | 102 | 137 | 4 | 23 | 134 | 62 |
| Binary | 11110101 | 1010100 | 1100 | 0 | 1000010 | 1011111 | 100 | 10011 | 1011100 | 110010 |
Color Harmonies of #F5540C
Complementary color
Monochromatic Colors of #F5540C
Black with #F5540C
Text Example
Text Example
White with #F5540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5540C; }
p { color: rgb(245,84,12); }
H1.HeaderClassName
{
color: #F5540C;
}
.AnyTagClassName
{
color: #F5540C;
}
</style>
background-color css
<style>
a { background-color: #F5540C; }
a { background-color: rgb(245,84,12); }
div.DivClassName
{
background-color: #F5540C;
}
.BgClassName
{
background-color: #F5540C;
}
</style>
border-color css
<style>
span { border-color: #F5540C; }
span { border-color: rgb(245,84,12); }
td.TdClassName
{
border-color: #F5540C;
}
.TagClassName
{
border-color: #F5540C;
}
</style>