Html Css Color HEX #F4501C International Orange
📋 copy color: '#F4501C'red 244 ◦ green 80 ◦ blue 28
Shades of International Orange #F4501C
Tints of International Orange #F4501C
RGB
CMYK
RGB Variations
Color information
#F4501C (or 0xF4501C) is known color: International Orange. HEX triplet: F4, 50 and 1C. RGB value is (244,80,28). Sum of RGB (Red+Green+Blue) = 244+80+28=352 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.32% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 244 - color contains mainly: red. Hex color #F4501C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4501C is #0BAFE3. Grayscale: #7B7B7B. Windows color (decimal): -765924 or 1855732. OLE color: 1855732.
HSL color Cylindrical-coordinate representation of color #F4501C: hue angle of 14.44º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F4501C is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 28 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.04 |
| HSL | 14.44º | 0.91% | 0.53% | - |
| HSV(B) | 14.44º | 0.89% | 0.96% | - |
| XYZ | 40.39 | 25.05 | 3.81 | - |
| YUV | 123.11 | 74.33 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 28 | 0 | 0.67 | 0.89 | 0.04 | 14.44 | 0.91 | 0.53 |
| Hex | F4 | 50 | 1C | 0 | 43 | 59 | 4 | E | 5B | 35 |
| Octal | 364 | 120 | 34 | 0 | 103 | 131 | 4 | 16 | 133 | 65 |
| Binary | 11110100 | 1010000 | 11100 | 0 | 1000011 | 1011001 | 100 | 1110 | 1011011 | 110101 |
Color Harmonies of #F4501C
Complementary color
Monochromatic Colors of #F4501C
Black with #F4501C
Text Example
Text Example
White with #F4501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4501C; }
p { color: rgb(244,80,28); }
H1.HeaderClassName
{
color: #F4501C;
}
.AnyTagClassName
{
color: #F4501C;
}
</style>
background-color css
<style>
a { background-color: #F4501C; }
a { background-color: rgb(244,80,28); }
div.DivClassName
{
background-color: #F4501C;
}
.BgClassName
{
background-color: #F4501C;
}
</style>
border-color css
<style>
span { border-color: #F4501C; }
span { border-color: rgb(244,80,28); }
td.TdClassName
{
border-color: #F4501C;
}
.TagClassName
{
border-color: #F4501C;
}
</style>