Html Css Color HEX #F9551C International Orange
📋 copy color: '#F9551C'red 249 ◦ green 85 ◦ blue 28
Shades of International Orange #F9551C
Tints of International Orange #F9551C
RGB
CMYK
RGB Variations
Color information
#F9551C (or 0xF9551C) is known color: International Orange. HEX triplet: F9, 55 and 1C. RGB value is (249,85,28). Sum of RGB (Red+Green+Blue) = 249+85+28=362 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.78% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 249 - color contains mainly: red. Hex color #F9551C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9551C is #06AAE3. Grayscale: #7F7F7F. Windows color (decimal): -436964 or 1857017. OLE color: 1857017.
HSL color Cylindrical-coordinate representation of color #F9551C: hue angle of 15.48º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F9551C is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 85 | 28 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.02 |
| HSL | 15.48º | 0.95% | 0.54% | - |
| HSV(B) | 15.48º | 0.89% | 0.98% | - |
| XYZ | 42.53 | 26.72 | 4.01 | - |
| YUV | 127.54 | 71.83 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 85 | 28 | 0 | 0.66 | 0.89 | 0.02 | 15.48 | 0.95 | 0.54 |
| Hex | F9 | 55 | 1C | 0 | 42 | 59 | 2 | F | 5F | 36 |
| Octal | 371 | 125 | 34 | 0 | 102 | 131 | 2 | 17 | 137 | 66 |
| Binary | 11111001 | 1010101 | 11100 | 0 | 1000010 | 1011001 | 10 | 1111 | 1011111 | 110110 |
Color Harmonies of #F9551C
Complementary color
Monochromatic Colors of #F9551C
Black with #F9551C
Text Example
Text Example
White with #F9551C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9551C; }
p { color: rgb(249,85,28); }
H1.HeaderClassName
{
color: #F9551C;
}
.AnyTagClassName
{
color: #F9551C;
}
</style>
background-color css
<style>
a { background-color: #F9551C; }
a { background-color: rgb(249,85,28); }
div.DivClassName
{
background-color: #F9551C;
}
.BgClassName
{
background-color: #F9551C;
}
</style>
border-color css
<style>
span { border-color: #F9551C; }
span { border-color: rgb(249,85,28); }
td.TdClassName
{
border-color: #F9551C;
}
.TagClassName
{
border-color: #F9551C;
}
</style>