Html Css Color HEX #F2501C International Orange
📋 copy color: '#F2501C'red 242 ◦ green 80 ◦ blue 28
Shades of International Orange #F2501C
Tints of International Orange #F2501C
RGB
CMYK
RGB Variations
Color information
#F2501C (or 0xF2501C) is known color: International Orange. HEX triplet: F2, 50 and 1C. RGB value is (242,80,28). Sum of RGB (Red+Green+Blue) = 242+80+28=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F2501C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2501C is #0DAFE3. Grayscale: #7A7A7A. Windows color (decimal): -896996 or 1855730. OLE color: 1855730.
HSL color Cylindrical-coordinate representation of color #F2501C: hue angle of 14.58º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2501C is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 28 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.05 |
| HSL | 14.58º | 0.89% | 0.53% | - |
| HSV(B) | 14.58º | 0.88% | 0.95% | - |
| XYZ | 39.7 | 24.7 | 3.77 | - |
| YUV | 122.51 | 74.67 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 28 | 0 | 0.67 | 0.88 | 0.05 | 14.58 | 0.89 | 0.53 |
| Hex | F2 | 50 | 1C | 0 | 43 | 58 | 5 | F | 59 | 35 |
| Octal | 362 | 120 | 34 | 0 | 103 | 130 | 5 | 17 | 131 | 65 |
| Binary | 11110010 | 1010000 | 11100 | 0 | 1000011 | 1011000 | 101 | 1111 | 1011001 | 110101 |
Color Harmonies of #F2501C
Complementary color
Monochromatic Colors of #F2501C
Black with #F2501C
Text Example
Text Example
White with #F2501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2501C; }
p { color: rgb(242,80,28); }
H1.HeaderClassName
{
color: #F2501C;
}
.AnyTagClassName
{
color: #F2501C;
}
</style>
background-color css
<style>
a { background-color: #F2501C; }
a { background-color: rgb(242,80,28); }
div.DivClassName
{
background-color: #F2501C;
}
.BgClassName
{
background-color: #F2501C;
}
</style>
border-color css
<style>
span { border-color: #F2501C; }
span { border-color: rgb(242,80,28); }
td.TdClassName
{
border-color: #F2501C;
}
.TagClassName
{
border-color: #F2501C;
}
</style>