Html Css Color HEX #FB561C International Orange
📋 copy color: '#FB561C'red 251 ◦ green 86 ◦ blue 28
Shades of International Orange #FB561C
Tints of International Orange #FB561C
RGB
CMYK
RGB Variations
Color information
#FB561C (or 0xFB561C) is known color: International Orange. HEX triplet: FB, 56 and 1C. RGB value is (251,86,28). Sum of RGB (Red+Green+Blue) = 251+86+28=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB561C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB561C is #04A9E3. Grayscale: #818181. Windows color (decimal): -305636 or 1857275. OLE color: 1857275.
HSL color Cylindrical-coordinate representation of color #FB561C: hue angle of 15.61º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB561C is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 86 | 28 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.02 |
| HSL | 15.61º | 0.97% | 0.55% | - |
| HSV(B) | 15.61º | 0.89% | 0.98% | - |
| XYZ | 43.32 | 27.25 | 4.07 | - |
| YUV | 128.72 | 71.16 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 86 | 28 | 0 | 0.66 | 0.89 | 0.02 | 15.61 | 0.97 | 0.55 |
| Hex | FB | 56 | 1C | 0 | 42 | 59 | 2 | 10 | 61 | 37 |
| Octal | 373 | 126 | 34 | 0 | 102 | 131 | 2 | 20 | 141 | 67 |
| Binary | 11111011 | 1010110 | 11100 | 0 | 1000010 | 1011001 | 10 | 10000 | 1100001 | 110111 |
Color Harmonies of #FB561C
Complementary color
Monochromatic Colors of #FB561C
Black with #FB561C
Text Example
Text Example
White with #FB561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB561C; }
p { color: rgb(251,86,28); }
H1.HeaderClassName
{
color: #FB561C;
}
.AnyTagClassName
{
color: #FB561C;
}
</style>
background-color css
<style>
a { background-color: #FB561C; }
a { background-color: rgb(251,86,28); }
div.DivClassName
{
background-color: #FB561C;
}
.BgClassName
{
background-color: #FB561C;
}
</style>
border-color css
<style>
span { border-color: #FB561C; }
span { border-color: rgb(251,86,28); }
td.TdClassName
{
border-color: #FB561C;
}
.TagClassName
{
border-color: #FB561C;
}
</style>