Html Css Color HEX #FC551A International Orange
📋 copy color: '#FC551A'red 252 ◦ green 85 ◦ blue 26
Shades of International Orange #FC551A
Tints of International Orange #FC551A
RGB
CMYK
RGB Variations
Color information
#FC551A (or 0xFC551A) is known color: International Orange. HEX triplet: FC, 55 and 1A. RGB value is (252,85,26). Sum of RGB (Red+Green+Blue) = 252+85+26=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC551A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC551A is #03AAE5. Grayscale: #808080. Windows color (decimal): -240358 or 1725948. OLE color: 1725948.
HSL color Cylindrical-coordinate representation of color #FC551A: hue angle of 15.66º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC551A is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 26 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.01 |
| HSL | 15.66º | 0.97% | 0.55% | - |
| HSV(B) | 15.66º | 0.9% | 0.99% | - |
| XYZ | 43.58 | 27.27 | 3.94 | - |
| YUV | 128.21 | 70.33 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 26 | 0 | 0.66 | 0.90 | 0.01 | 15.66 | 0.97 | 0.55 |
| Hex | FC | 55 | 1A | 0 | 42 | 5A | 1 | 10 | 61 | 37 |
| Octal | 374 | 125 | 32 | 0 | 102 | 132 | 1 | 20 | 141 | 67 |
| Binary | 11111100 | 1010101 | 11010 | 0 | 1000010 | 1011010 | 1 | 10000 | 1100001 | 110111 |
Color Harmonies of #FC551A
Complementary color
Monochromatic Colors of #FC551A
Black with #FC551A
Text Example
Text Example
White with #FC551A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC551A; }
p { color: rgb(252,85,26); }
H1.HeaderClassName
{
color: #FC551A;
}
.AnyTagClassName
{
color: #FC551A;
}
</style>
background-color css
<style>
a { background-color: #FC551A; }
a { background-color: rgb(252,85,26); }
div.DivClassName
{
background-color: #FC551A;
}
.BgClassName
{
background-color: #FC551A;
}
</style>
border-color css
<style>
span { border-color: #FC551A; }
span { border-color: rgb(252,85,26); }
td.TdClassName
{
border-color: #FC551A;
}
.TagClassName
{
border-color: #FC551A;
}
</style>