Html Css Color HEX #FC521A International Orange
📋 copy color: '#FC521A'red 252 ◦ green 82 ◦ blue 26
Shades of International Orange #FC521A
Tints of International Orange #FC521A
RGB
CMYK
RGB Variations
Color information
#FC521A (or 0xFC521A) is known color: International Orange. HEX triplet: FC, 52 and 1A. RGB value is (252,82,26). Sum of RGB (Red+Green+Blue) = 252+82+26=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC521A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC521A is #03ADE5. Grayscale: #7E7E7E. Windows color (decimal): -241126 or 1725180. OLE color: 1725180.
HSL color Cylindrical-coordinate representation of color #FC521A: hue angle of 14.87º 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 #FC521A is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 26 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.01 |
| HSL | 14.87º | 0.97% | 0.55% | - |
| HSV(B) | 14.87º | 0.9% | 0.99% | - |
| XYZ | 43.35 | 26.8 | 3.87 | - |
| YUV | 126.45 | 71.32 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 26 | 0 | 0.67 | 0.90 | 0.01 | 14.87 | 0.97 | 0.55 |
| Hex | FC | 52 | 1A | 0 | 43 | 5A | 1 | F | 61 | 37 |
| Octal | 374 | 122 | 32 | 0 | 103 | 132 | 1 | 17 | 141 | 67 |
| Binary | 11111100 | 1010010 | 11010 | 0 | 1000011 | 1011010 | 1 | 1111 | 1100001 | 110111 |
Color Harmonies of #FC521A
Complementary color
Monochromatic Colors of #FC521A
Black with #FC521A
Text Example
Text Example
White with #FC521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC521A; }
p { color: rgb(252,82,26); }
H1.HeaderClassName
{
color: #FC521A;
}
.AnyTagClassName
{
color: #FC521A;
}
</style>
background-color css
<style>
a { background-color: #FC521A; }
a { background-color: rgb(252,82,26); }
div.DivClassName
{
background-color: #FC521A;
}
.BgClassName
{
background-color: #FC521A;
}
</style>
border-color css
<style>
span { border-color: #FC521A; }
span { border-color: rgb(252,82,26); }
td.TdClassName
{
border-color: #FC521A;
}
.TagClassName
{
border-color: #FC521A;
}
</style>