Html Css Color HEX #F9551B International Orange
📋 copy color: '#F9551B'red 249 ◦ green 85 ◦ blue 27
Shades of International Orange #F9551B
Tints of International Orange #F9551B
RGB
CMYK
RGB Variations
Color information
#F9551B (or 0xF9551B) is known color: International Orange. HEX triplet: F9, 55 and 1B. RGB value is (249,85,27). Sum of RGB (Red+Green+Blue) = 249+85+27=361 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.98% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 249 - color contains mainly: red. Hex color #F9551B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9551B is #06AAE4. Grayscale: #7F7F7F. Windows color (decimal): -436965 or 1791481. OLE color: 1791481.
HSL color Cylindrical-coordinate representation of color #F9551B: hue angle of 15.68º 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 #F9551B is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 85 | 27 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.02 |
| HSL | 15.68º | 0.95% | 0.54% | - |
| HSV(B) | 15.68º | 0.89% | 0.98% | - |
| XYZ | 42.51 | 26.72 | 3.95 | - |
| YUV | 127.42 | 71.33 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 85 | 27 | 0 | 0.66 | 0.89 | 0.02 | 15.68 | 0.95 | 0.54 |
| Hex | F9 | 55 | 1B | 0 | 42 | 59 | 2 | 10 | 5F | 36 |
| Octal | 371 | 125 | 33 | 0 | 102 | 131 | 2 | 20 | 137 | 66 |
| Binary | 11111001 | 1010101 | 11011 | 0 | 1000010 | 1011001 | 10 | 10000 | 1011111 | 110110 |
Color Harmonies of #F9551B
Complementary color
Monochromatic Colors of #F9551B
Black with #F9551B
Text Example
Text Example
White with #F9551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9551B; }
p { color: rgb(249,85,27); }
H1.HeaderClassName
{
color: #F9551B;
}
.AnyTagClassName
{
color: #F9551B;
}
</style>
background-color css
<style>
a { background-color: #F9551B; }
a { background-color: rgb(249,85,27); }
div.DivClassName
{
background-color: #F9551B;
}
.BgClassName
{
background-color: #F9551B;
}
</style>
border-color css
<style>
span { border-color: #F9551B; }
span { border-color: rgb(249,85,27); }
td.TdClassName
{
border-color: #F9551B;
}
.TagClassName
{
border-color: #F9551B;
}
</style>