Html Css Color HEX #F2501A International Orange
📋 copy color: '#F2501A'red 242 ◦ green 80 ◦ blue 26
Shades of International Orange #F2501A
Tints of International Orange #F2501A
RGB
CMYK
RGB Variations
Color information
#F2501A (or 0xF2501A) is known color: International Orange. HEX triplet: F2, 50 and 1A. RGB value is (242,80,26). Sum of RGB (Red+Green+Blue) = 242+80+26=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F2501A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2501A is #0DAFE5. Grayscale: #7A7A7A. Windows color (decimal): -896998 or 1724658. OLE color: 1724658.
HSL color Cylindrical-coordinate representation of color #F2501A: hue angle of 15º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2501A is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 26 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.05 |
| HSL | 15º | 0.89% | 0.53% | - |
| HSV(B) | 15º | 0.89% | 0.95% | - |
| XYZ | 39.67 | 24.69 | 3.65 | - |
| YUV | 122.28 | 73.67 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 26 | 0 | 0.67 | 0.89 | 0.05 | 15 | 0.89 | 0.53 |
| Hex | F2 | 50 | 1A | 0 | 43 | 59 | 5 | F | 59 | 35 |
| Octal | 362 | 120 | 32 | 0 | 103 | 131 | 5 | 17 | 131 | 65 |
| Binary | 11110010 | 1010000 | 11010 | 0 | 1000011 | 1011001 | 101 | 1111 | 1011001 | 110101 |
Color Harmonies of #F2501A
Complementary color
Monochromatic Colors of #F2501A
Black with #F2501A
Text Example
Text Example
White with #F2501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2501A; }
p { color: rgb(242,80,26); }
H1.HeaderClassName
{
color: #F2501A;
}
.AnyTagClassName
{
color: #F2501A;
}
</style>
background-color css
<style>
a { background-color: #F2501A; }
a { background-color: rgb(242,80,26); }
div.DivClassName
{
background-color: #F2501A;
}
.BgClassName
{
background-color: #F2501A;
}
</style>
border-color css
<style>
span { border-color: #F2501A; }
span { border-color: rgb(242,80,26); }
td.TdClassName
{
border-color: #F2501A;
}
.TagClassName
{
border-color: #F2501A;
}
</style>