Html Css Color HEX #F8501C International Orange
📋 copy color: '#F8501C'red 248 ◦ green 80 ◦ blue 28
Shades of International Orange #F8501C
Tints of International Orange #F8501C
RGB
CMYK
RGB Variations
Color information
#F8501C (or 0xF8501C) is known color: International Orange. HEX triplet: F8, 50 and 1C. RGB value is (248,80,28). Sum of RGB (Red+Green+Blue) = 248+80+28=356 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.66% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 248 - color contains mainly: red. Hex color #F8501C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8501C is #07AFE3. Grayscale: #7C7C7C. Windows color (decimal): -503780 or 1855736. OLE color: 1855736.
HSL color Cylindrical-coordinate representation of color #F8501C: hue angle of 14.18º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F8501C is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 28 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.03 |
| HSL | 14.18º | 0.94% | 0.54% | - |
| HSV(B) | 14.18º | 0.89% | 0.97% | - |
| XYZ | 41.79 | 25.78 | 3.87 | - |
| YUV | 124.3 | 73.66 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 28 | 0 | 0.68 | 0.89 | 0.03 | 14.18 | 0.94 | 0.54 |
| Hex | F8 | 50 | 1C | 0 | 44 | 59 | 3 | E | 5E | 36 |
| Octal | 370 | 120 | 34 | 0 | 104 | 131 | 3 | 16 | 136 | 66 |
| Binary | 11111000 | 1010000 | 11100 | 0 | 1000100 | 1011001 | 11 | 1110 | 1011110 | 110110 |
Color Harmonies of #F8501C
Complementary color
Monochromatic Colors of #F8501C
Black with #F8501C
Text Example
Text Example
White with #F8501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8501C; }
p { color: rgb(248,80,28); }
H1.HeaderClassName
{
color: #F8501C;
}
.AnyTagClassName
{
color: #F8501C;
}
</style>
background-color css
<style>
a { background-color: #F8501C; }
a { background-color: rgb(248,80,28); }
div.DivClassName
{
background-color: #F8501C;
}
.BgClassName
{
background-color: #F8501C;
}
</style>
border-color css
<style>
span { border-color: #F8501C; }
span { border-color: rgb(248,80,28); }
td.TdClassName
{
border-color: #F8501C;
}
.TagClassName
{
border-color: #F8501C;
}
</style>