Html Css Color HEX #F7551C International Orange
📋 copy color: '#F7551C'red 247 ◦ green 85 ◦ blue 28
Shades of International Orange #F7551C
Tints of International Orange #F7551C
RGB
CMYK
RGB Variations
Color information
#F7551C (or 0xF7551C) is known color: International Orange. HEX triplet: F7, 55 and 1C. RGB value is (247,85,28). Sum of RGB (Red+Green+Blue) = 247+85+28=360 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.61% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 247 - color contains mainly: red. Hex color #F7551C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7551C is #08AAE3. Grayscale: #7F7F7F. Windows color (decimal): -568036 or 1857015. OLE color: 1857015.
HSL color Cylindrical-coordinate representation of color #F7551C: hue angle of 15.62º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F7551C is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 85 | 28 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.03 |
| HSL | 15.62º | 0.93% | 0.54% | - |
| HSV(B) | 15.62º | 0.89% | 0.97% | - |
| XYZ | 41.82 | 26.36 | 3.98 | - |
| YUV | 126.94 | 72.17 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 85 | 28 | 0 | 0.66 | 0.89 | 0.03 | 15.62 | 0.93 | 0.54 |
| Hex | F7 | 55 | 1C | 0 | 42 | 59 | 3 | 10 | 5D | 36 |
| Octal | 367 | 125 | 34 | 0 | 102 | 131 | 3 | 20 | 135 | 66 |
| Binary | 11110111 | 1010101 | 11100 | 0 | 1000010 | 1011001 | 11 | 10000 | 1011101 | 110110 |
Color Harmonies of #F7551C
Complementary color
Monochromatic Colors of #F7551C
Black with #F7551C
Text Example
Text Example
White with #F7551C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7551C; }
p { color: rgb(247,85,28); }
H1.HeaderClassName
{
color: #F7551C;
}
.AnyTagClassName
{
color: #F7551C;
}
</style>
background-color css
<style>
a { background-color: #F7551C; }
a { background-color: rgb(247,85,28); }
div.DivClassName
{
background-color: #F7551C;
}
.BgClassName
{
background-color: #F7551C;
}
</style>
border-color css
<style>
span { border-color: #F7551C; }
span { border-color: rgb(247,85,28); }
td.TdClassName
{
border-color: #F7551C;
}
.TagClassName
{
border-color: #F7551C;
}
</style>