Html Css Color HEX #FC551C International Orange
📋 copy color: '#FC551C'red 252 ◦ green 85 ◦ blue 28
Shades of International Orange #FC551C
Tints of International Orange #FC551C
RGB
CMYK
RGB Variations
Color information
#FC551C (or 0xFC551C) is known color: International Orange. HEX triplet: FC, 55 and 1C. RGB value is (252,85,28). Sum of RGB (Red+Green+Blue) = 252+85+28=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC551C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC551C is #03AAE3. Grayscale: #808080. Windows color (decimal): -240356 or 1857020. OLE color: 1857020.
HSL color Cylindrical-coordinate representation of color #FC551C: hue angle of 15.27º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC551C is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 28 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.01 |
| HSL | 15.27º | 0.97% | 0.55% | - |
| HSV(B) | 15.27º | 0.89% | 0.99% | - |
| XYZ | 43.6 | 27.28 | 4.07 | - |
| YUV | 128.44 | 71.33 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 28 | 0 | 0.66 | 0.89 | 0.01 | 15.27 | 0.97 | 0.55 |
| Hex | FC | 55 | 1C | 0 | 42 | 59 | 1 | F | 61 | 37 |
| Octal | 374 | 125 | 34 | 0 | 102 | 131 | 1 | 17 | 141 | 67 |
| Binary | 11111100 | 1010101 | 11100 | 0 | 1000010 | 1011001 | 1 | 1111 | 1100001 | 110111 |
Color Harmonies of #FC551C
Complementary color
Monochromatic Colors of #FC551C
Black with #FC551C
Text Example
Text Example
White with #FC551C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC551C; }
p { color: rgb(252,85,28); }
H1.HeaderClassName
{
color: #FC551C;
}
.AnyTagClassName
{
color: #FC551C;
}
</style>
background-color css
<style>
a { background-color: #FC551C; }
a { background-color: rgb(252,85,28); }
div.DivClassName
{
background-color: #FC551C;
}
.BgClassName
{
background-color: #FC551C;
}
</style>
border-color css
<style>
span { border-color: #FC551C; }
span { border-color: rgb(252,85,28); }
td.TdClassName
{
border-color: #FC551C;
}
.TagClassName
{
border-color: #FC551C;
}
</style>