Html Css Color HEX #F4501D International Orange
📋 copy color: '#F4501D'red 244 ◦ green 80 ◦ blue 29
Shades of International Orange #F4501D
Tints of International Orange #F4501D
RGB
CMYK
RGB Variations
Color information
#F4501D (or 0xF4501D) is known color: International Orange. HEX triplet: F4, 50 and 1D. RGB value is (244,80,29). Sum of RGB (Red+Green+Blue) = 244+80+29=353 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.12% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 244 - color contains mainly: red. Hex color #F4501D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4501D is #0BAFE2. Grayscale: #7B7B7B. Windows color (decimal): -765923 or 1921268. OLE color: 1921268.
HSL color Cylindrical-coordinate representation of color #F4501D: hue angle of 14.23º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F4501D is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 29 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.04 |
| HSL | 14.23º | 0.91% | 0.54% | - |
| HSV(B) | 14.23º | 0.88% | 0.96% | - |
| XYZ | 40.4 | 25.06 | 3.87 | - |
| YUV | 123.22 | 74.83 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 29 | 0 | 0.67 | 0.88 | 0.04 | 14.23 | 0.91 | 0.54 |
| Hex | F4 | 50 | 1D | 0 | 43 | 58 | 4 | E | 5B | 36 |
| Octal | 364 | 120 | 35 | 0 | 103 | 130 | 4 | 16 | 133 | 66 |
| Binary | 11110100 | 1010000 | 11101 | 0 | 1000011 | 1011000 | 100 | 1110 | 1011011 | 110110 |
Color Harmonies of #F4501D
Complementary color
Monochromatic Colors of #F4501D
Black with #F4501D
Text Example
Text Example
White with #F4501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4501D; }
p { color: rgb(244,80,29); }
H1.HeaderClassName
{
color: #F4501D;
}
.AnyTagClassName
{
color: #F4501D;
}
</style>
background-color css
<style>
a { background-color: #F4501D; }
a { background-color: rgb(244,80,29); }
div.DivClassName
{
background-color: #F4501D;
}
.BgClassName
{
background-color: #F4501D;
}
</style>
border-color css
<style>
span { border-color: #F4501D; }
span { border-color: rgb(244,80,29); }
td.TdClassName
{
border-color: #F4501D;
}
.TagClassName
{
border-color: #F4501D;
}
</style>