Html Css Color HEX #F65515 International Orange
📋 copy color: '#F65515'red 246 ◦ green 85 ◦ blue 21
Shades of International Orange #F65515
Tints of International Orange #F65515
RGB
CMYK
RGB Variations
Color information
#F65515 (or 0xF65515) is known color: International Orange. HEX triplet: F6, 55 and 15. RGB value is (246,85,21). Sum of RGB (Red+Green+Blue) = 246+85+21=352 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.89% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 246 - color contains mainly: red. Hex color #F65515 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65515 is #09AAEA. Grayscale: #7E7E7E. Windows color (decimal): -633579 or 1398262. OLE color: 1398262.
HSL color Cylindrical-coordinate representation of color #F65515: hue angle of 17.07º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F65515 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 21 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.04 |
| HSL | 17.07º | 0.93% | 0.52% | - |
| HSV(B) | 17.07º | 0.91% | 0.96% | - |
| XYZ | 41.39 | 26.14 | 3.57 | - |
| YUV | 125.84 | 68.84 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 21 | 0 | 0.65 | 0.91 | 0.04 | 17.07 | 0.93 | 0.52 |
| Hex | F6 | 55 | 15 | 0 | 41 | 5B | 4 | 11 | 5D | 34 |
| Octal | 366 | 125 | 25 | 0 | 101 | 133 | 4 | 21 | 135 | 64 |
| Binary | 11110110 | 1010101 | 10101 | 0 | 1000001 | 1011011 | 100 | 10001 | 1011101 | 110100 |
Color Harmonies of #F65515
Complementary color
Monochromatic Colors of #F65515
Black with #F65515
Text Example
Text Example
White with #F65515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65515; }
p { color: rgb(246,85,21); }
H1.HeaderClassName
{
color: #F65515;
}
.AnyTagClassName
{
color: #F65515;
}
</style>
background-color css
<style>
a { background-color: #F65515; }
a { background-color: rgb(246,85,21); }
div.DivClassName
{
background-color: #F65515;
}
.BgClassName
{
background-color: #F65515;
}
</style>
border-color css
<style>
span { border-color: #F65515; }
span { border-color: rgb(246,85,21); }
td.TdClassName
{
border-color: #F65515;
}
.TagClassName
{
border-color: #F65515;
}
</style>