Html Css Color HEX #F65518 International Orange
📋 copy color: '#F65518'red 246 ◦ green 85 ◦ blue 24
Shades of International Orange #F65518
Tints of International Orange #F65518
RGB
CMYK
RGB Variations
Color information
#F65518 (or 0xF65518) is known color: International Orange. HEX triplet: F6, 55 and 18. RGB value is (246,85,24). Sum of RGB (Red+Green+Blue) = 246+85+24=355 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.30% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 246 - color contains mainly: red. Hex color #F65518 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65518 is #09AAE7. Grayscale: #7E7E7E. Windows color (decimal): -633576 or 1594870. OLE color: 1594870.
HSL color Cylindrical-coordinate representation of color #F65518: hue angle of 16.49º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F65518 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 24 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.04 |
| HSL | 16.49º | 0.93% | 0.53% | - |
| HSV(B) | 16.49º | 0.9% | 0.96% | - |
| XYZ | 41.42 | 26.16 | 3.73 | - |
| YUV | 126.19 | 70.34 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 24 | 0 | 0.65 | 0.90 | 0.04 | 16.49 | 0.93 | 0.53 |
| Hex | F6 | 55 | 18 | 0 | 41 | 5A | 4 | 10 | 5C | 35 |
| Octal | 366 | 125 | 30 | 0 | 101 | 132 | 4 | 20 | 134 | 65 |
| Binary | 11110110 | 1010101 | 11000 | 0 | 1000001 | 1011010 | 100 | 10000 | 1011100 | 110101 |
Color Harmonies of #F65518
Complementary color
Monochromatic Colors of #F65518
Black with #F65518
Text Example
Text Example
White with #F65518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65518; }
p { color: rgb(246,85,24); }
H1.HeaderClassName
{
color: #F65518;
}
.AnyTagClassName
{
color: #F65518;
}
</style>
background-color css
<style>
a { background-color: #F65518; }
a { background-color: rgb(246,85,24); }
div.DivClassName
{
background-color: #F65518;
}
.BgClassName
{
background-color: #F65518;
}
</style>
border-color css
<style>
span { border-color: #F65518; }
span { border-color: rgb(246,85,24); }
td.TdClassName
{
border-color: #F65518;
}
.TagClassName
{
border-color: #F65518;
}
</style>