Html Css Color HEX #FC521C International Orange
📋 copy color: '#FC521C'red 252 ◦ green 82 ◦ blue 28
Shades of International Orange #FC521C
Tints of International Orange #FC521C
RGB
CMYK
RGB Variations
Color information
#FC521C (or 0xFC521C) is known color: International Orange. HEX triplet: FC, 52 and 1C. RGB value is (252,82,28). Sum of RGB (Red+Green+Blue) = 252+82+28=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC521C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC521C is #03ADE3. Grayscale: #7F7F7F. Windows color (decimal): -241124 or 1856252. OLE color: 1856252.
HSL color Cylindrical-coordinate representation of color #FC521C: hue angle of 14.46º 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 #FC521C is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 28 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.01 |
| HSL | 14.46º | 0.97% | 0.55% | - |
| HSV(B) | 14.46º | 0.89% | 0.99% | - |
| XYZ | 43.37 | 26.81 | 3.99 | - |
| YUV | 126.67 | 72.32 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 28 | 0 | 0.67 | 0.89 | 0.01 | 14.46 | 0.97 | 0.55 |
| Hex | FC | 52 | 1C | 0 | 43 | 59 | 1 | E | 61 | 37 |
| Octal | 374 | 122 | 34 | 0 | 103 | 131 | 1 | 16 | 141 | 67 |
| Binary | 11111100 | 1010010 | 11100 | 0 | 1000011 | 1011001 | 1 | 1110 | 1100001 | 110111 |
Color Harmonies of #FC521C
Complementary color
Monochromatic Colors of #FC521C
Black with #FC521C
Text Example
Text Example
White with #FC521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC521C; }
p { color: rgb(252,82,28); }
H1.HeaderClassName
{
color: #FC521C;
}
.AnyTagClassName
{
color: #FC521C;
}
</style>
background-color css
<style>
a { background-color: #FC521C; }
a { background-color: rgb(252,82,28); }
div.DivClassName
{
background-color: #FC521C;
}
.BgClassName
{
background-color: #FC521C;
}
</style>
border-color css
<style>
span { border-color: #FC521C; }
span { border-color: rgb(252,82,28); }
td.TdClassName
{
border-color: #FC521C;
}
.TagClassName
{
border-color: #FC521C;
}
</style>