Html Css Color HEX #F4531C International Orange
📋 copy color: '#F4531C'red 244 ◦ green 83 ◦ blue 28
Shades of International Orange #F4531C
Tints of International Orange #F4531C
RGB
CMYK
RGB Variations
Color information
#F4531C (or 0xF4531C) is known color: International Orange. HEX triplet: F4, 53 and 1C. RGB value is (244,83,28). Sum of RGB (Red+Green+Blue) = 244+83+28=355 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.73% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 244 - color contains mainly: red. Hex color #F4531C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4531C is #0BACE3. Grayscale: #7D7D7D. Windows color (decimal): -765156 or 1856500. OLE color: 1856500.
HSL color Cylindrical-coordinate representation of color #F4531C: hue angle of 15.28º 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 #F4531C is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 28 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.04 |
| HSL | 15.28º | 0.91% | 0.53% | - |
| HSV(B) | 15.28º | 0.89% | 0.96% | - |
| XYZ | 40.61 | 25.5 | 3.88 | - |
| YUV | 124.87 | 73.34 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 28 | 0 | 0.66 | 0.89 | 0.04 | 15.28 | 0.91 | 0.53 |
| Hex | F4 | 53 | 1C | 0 | 42 | 59 | 4 | F | 5B | 35 |
| Octal | 364 | 123 | 34 | 0 | 102 | 131 | 4 | 17 | 133 | 65 |
| Binary | 11110100 | 1010011 | 11100 | 0 | 1000010 | 1011001 | 100 | 1111 | 1011011 | 110101 |
Color Harmonies of #F4531C
Complementary color
Monochromatic Colors of #F4531C
Black with #F4531C
Text Example
Text Example
White with #F4531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4531C; }
p { color: rgb(244,83,28); }
H1.HeaderClassName
{
color: #F4531C;
}
.AnyTagClassName
{
color: #F4531C;
}
</style>
background-color css
<style>
a { background-color: #F4531C; }
a { background-color: rgb(244,83,28); }
div.DivClassName
{
background-color: #F4531C;
}
.BgClassName
{
background-color: #F4531C;
}
</style>
border-color css
<style>
span { border-color: #F4531C; }
span { border-color: rgb(244,83,28); }
td.TdClassName
{
border-color: #F4531C;
}
.TagClassName
{
border-color: #F4531C;
}
</style>