Html Css Color HEX #F85A12 International Orange
📋 copy color: '#F85A12'red 248 ◦ green 90 ◦ blue 18
Shades of International Orange #F85A12
Tints of International Orange #F85A12
RGB
CMYK
RGB Variations
Color information
#F85A12 (or 0xF85A12) is known color: International Orange. HEX triplet: F8, 5A and 12. RGB value is (248,90,18). Sum of RGB (Red+Green+Blue) = 248+90+18=356 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.66% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85A12 is #07A5ED. Grayscale: #818181. Windows color (decimal): -501230 or 1202936. OLE color: 1202936.
HSL color Cylindrical-coordinate representation of color #F85A12: hue angle of 18.78º 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 #F85A12 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 18 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.03 |
| HSL | 18.78º | 0.94% | 0.52% | - |
| HSV(B) | 18.78º | 0.93% | 0.97% | - |
| XYZ | 42.48 | 27.31 | 3.61 | - |
| YUV | 129.03 | 65.35 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 18 | 0 | 0.64 | 0.93 | 0.03 | 18.78 | 0.94 | 0.52 |
| Hex | F8 | 5A | 12 | 0 | 40 | 5D | 3 | 13 | 5E | 34 |
| Octal | 370 | 132 | 22 | 0 | 100 | 135 | 3 | 23 | 136 | 64 |
| Binary | 11111000 | 1011010 | 10010 | 0 | 1000000 | 1011101 | 11 | 10011 | 1011110 | 110100 |
Color Harmonies of #F85A12
Complementary color
Monochromatic Colors of #F85A12
Black with #F85A12
Text Example
Text Example
White with #F85A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85A12; }
p { color: rgb(248,90,18); }
H1.HeaderClassName
{
color: #F85A12;
}
.AnyTagClassName
{
color: #F85A12;
}
</style>
background-color css
<style>
a { background-color: #F85A12; }
a { background-color: rgb(248,90,18); }
div.DivClassName
{
background-color: #F85A12;
}
.BgClassName
{
background-color: #F85A12;
}
</style>
border-color css
<style>
span { border-color: #F85A12; }
span { border-color: rgb(248,90,18); }
td.TdClassName
{
border-color: #F85A12;
}
.TagClassName
{
border-color: #F85A12;
}
</style>