Html Css Color HEX #F85512 International Orange
📋 copy color: '#F85512'red 248 ◦ green 85 ◦ blue 18
Shades of International Orange #F85512
Tints of International Orange #F85512
RGB
CMYK
RGB Variations
Color information
#F85512 (or 0xF85512) is known color: International Orange. HEX triplet: F8, 55 and 12. RGB value is (248,85,18). Sum of RGB (Red+Green+Blue) = 248+85+18=351 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.66% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 248 - color contains mainly: red. Hex color #F85512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85512 is #07AAED. Grayscale: #7E7E7E. Windows color (decimal): -502510 or 1201656. OLE color: 1201656.
HSL color Cylindrical-coordinate representation of color #F85512: hue angle of 17.48º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F85512 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 18 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.03 |
| HSL | 17.48º | 0.94% | 0.52% | - |
| HSV(B) | 17.48º | 0.93% | 0.97% | - |
| XYZ | 42.07 | 26.5 | 3.47 | - |
| YUV | 126.1 | 67 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 18 | 0 | 0.66 | 0.93 | 0.03 | 17.48 | 0.94 | 0.52 |
| Hex | F8 | 55 | 12 | 0 | 42 | 5D | 3 | 11 | 5E | 34 |
| Octal | 370 | 125 | 22 | 0 | 102 | 135 | 3 | 21 | 136 | 64 |
| Binary | 11111000 | 1010101 | 10010 | 0 | 1000010 | 1011101 | 11 | 10001 | 1011110 | 110100 |
Color Harmonies of #F85512
Complementary color
Monochromatic Colors of #F85512
Black with #F85512
Text Example
Text Example
White with #F85512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85512; }
p { color: rgb(248,85,18); }
H1.HeaderClassName
{
color: #F85512;
}
.AnyTagClassName
{
color: #F85512;
}
</style>
background-color css
<style>
a { background-color: #F85512; }
a { background-color: rgb(248,85,18); }
div.DivClassName
{
background-color: #F85512;
}
.BgClassName
{
background-color: #F85512;
}
</style>
border-color css
<style>
span { border-color: #F85512; }
span { border-color: rgb(248,85,18); }
td.TdClassName
{
border-color: #F85512;
}
.TagClassName
{
border-color: #F85512;
}
</style>