Html Css Color HEX #F95512 International Orange
📋 copy color: '#F95512'red 249 ◦ green 85 ◦ blue 18
Shades of International Orange #F95512
Tints of International Orange #F95512
RGB
CMYK
RGB Variations
Color information
#F95512 (or 0xF95512) is known color: International Orange. HEX triplet: F9, 55 and 12. RGB value is (249,85,18). Sum of RGB (Red+Green+Blue) = 249+85+18=352 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.74% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 249 - color contains mainly: red. Hex color #F95512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F95512 is #06AAED. Grayscale: #7E7E7E. Windows color (decimal): -436974 or 1201657. OLE color: 1201657.
HSL color Cylindrical-coordinate representation of color #F95512: hue angle of 17.4º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F95512 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 85 | 18 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.02 |
| HSL | 17.4º | 0.95% | 0.52% | - |
| HSV(B) | 17.4º | 0.93% | 0.98% | - |
| XYZ | 42.42 | 26.68 | 3.49 | - |
| YUV | 126.4 | 66.83 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 85 | 18 | 0 | 0.66 | 0.93 | 0.02 | 17.4 | 0.95 | 0.52 |
| Hex | F9 | 55 | 12 | 0 | 42 | 5D | 2 | 11 | 5F | 34 |
| Octal | 371 | 125 | 22 | 0 | 102 | 135 | 2 | 21 | 137 | 64 |
| Binary | 11111001 | 1010101 | 10010 | 0 | 1000010 | 1011101 | 10 | 10001 | 1011111 | 110100 |
Color Harmonies of #F95512
Complementary color
Monochromatic Colors of #F95512
Black with #F95512
Text Example
Text Example
White with #F95512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95512; }
p { color: rgb(249,85,18); }
H1.HeaderClassName
{
color: #F95512;
}
.AnyTagClassName
{
color: #F95512;
}
</style>
background-color css
<style>
a { background-color: #F95512; }
a { background-color: rgb(249,85,18); }
div.DivClassName
{
background-color: #F95512;
}
.BgClassName
{
background-color: #F95512;
}
</style>
border-color css
<style>
span { border-color: #F95512; }
span { border-color: rgb(249,85,18); }
td.TdClassName
{
border-color: #F95512;
}
.TagClassName
{
border-color: #F95512;
}
</style>