Html Css Color HEX #FC580C International Orange
📋 copy color: '#FC580C'red 252 ◦ green 88 ◦ blue 12
Shades of International Orange #FC580C
Tints of International Orange #FC580C
RGB
CMYK
RGB Variations
Color information
#FC580C (or 0xFC580C) is known color: International Orange. HEX triplet: FC, 58 and 0C. RGB value is (252,88,12). Sum of RGB (Red+Green+Blue) = 252+88+12=352 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.59% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 252 - color contains mainly: red. Hex color #FC580C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC580C is #03A7F3. Grayscale: #808080. Windows color (decimal): -239604 or 809212. OLE color: 809212.
HSL color Cylindrical-coordinate representation of color #FC580C: hue angle of 19º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC580C is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 88 | 12 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.01 |
| HSL | 19º | 0.98% | 0.52% | - |
| HSV(B) | 19º | 0.95% | 0.99% | - |
| XYZ | 43.7 | 27.7 | 3.39 | - |
| YUV | 128.37 | 62.33 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 88 | 12 | 0 | 0.65 | 0.95 | 0.01 | 19 | 0.98 | 0.52 |
| Hex | FC | 58 | C | 0 | 41 | 5F | 1 | 13 | 62 | 34 |
| Octal | 374 | 130 | 14 | 0 | 101 | 137 | 1 | 23 | 142 | 64 |
| Binary | 11111100 | 1011000 | 1100 | 0 | 1000001 | 1011111 | 1 | 10011 | 1100010 | 110100 |
Color Harmonies of #FC580C
Complementary color
Monochromatic Colors of #FC580C
Black with #FC580C
Text Example
Text Example
White with #FC580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC580C; }
p { color: rgb(252,88,12); }
H1.HeaderClassName
{
color: #FC580C;
}
.AnyTagClassName
{
color: #FC580C;
}
</style>
background-color css
<style>
a { background-color: #FC580C; }
a { background-color: rgb(252,88,12); }
div.DivClassName
{
background-color: #FC580C;
}
.BgClassName
{
background-color: #FC580C;
}
</style>
border-color css
<style>
span { border-color: #FC580C; }
span { border-color: rgb(252,88,12); }
td.TdClassName
{
border-color: #FC580C;
}
.TagClassName
{
border-color: #FC580C;
}
</style>