Html Css Color HEX #FC530F International Orange
📋 copy color: '#FC530F'red 252 ◦ green 83 ◦ blue 15
Shades of International Orange #FC530F
Tints of International Orange #FC530F
RGB
CMYK
RGB Variations
Color information
#FC530F (or 0xFC530F) is known color: International Orange. HEX triplet: FC, 53 and 0F. RGB value is (252,83,15). Sum of RGB (Red+Green+Blue) = 252+83+15=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC530F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC530F is #03ACF0. Grayscale: #7E7E7E. Windows color (decimal): -240881 or 1004540. OLE color: 1004540.
HSL color Cylindrical-coordinate representation of color #FC530F: hue angle of 17.22º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC530F is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 15 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.01 |
| HSL | 17.22º | 0.98% | 0.52% | - |
| HSV(B) | 17.22º | 0.94% | 0.99% | - |
| XYZ | 43.32 | 26.92 | 3.36 | - |
| YUV | 125.78 | 65.49 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 15 | 0 | 0.67 | 0.94 | 0.01 | 17.22 | 0.98 | 0.52 |
| Hex | FC | 53 | F | 0 | 43 | 5E | 1 | 11 | 62 | 34 |
| Octal | 374 | 123 | 17 | 0 | 103 | 136 | 1 | 21 | 142 | 64 |
| Binary | 11111100 | 1010011 | 1111 | 0 | 1000011 | 1011110 | 1 | 10001 | 1100010 | 110100 |
Color Harmonies of #FC530F
Complementary color
Monochromatic Colors of #FC530F
Black with #FC530F
Text Example
Text Example
White with #FC530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC530F; }
p { color: rgb(252,83,15); }
H1.HeaderClassName
{
color: #FC530F;
}
.AnyTagClassName
{
color: #FC530F;
}
</style>
background-color css
<style>
a { background-color: #FC530F; }
a { background-color: rgb(252,83,15); }
div.DivClassName
{
background-color: #FC530F;
}
.BgClassName
{
background-color: #FC530F;
}
</style>
border-color css
<style>
span { border-color: #FC530F; }
span { border-color: rgb(252,83,15); }
td.TdClassName
{
border-color: #FC530F;
}
.TagClassName
{
border-color: #FC530F;
}
</style>