Html Css Color HEX #FF531C International Orange
📋 copy color: '#FF531C'red 255 ◦ green 83 ◦ blue 28
Shades of International Orange #FF531C
Tints of International Orange #FF531C
RGB
CMYK
RGB Variations
Color information
#FF531C (or 0xFF531C) is known color: International Orange. HEX triplet: FF, 53 and 1C. RGB value is (255,83,28). Sum of RGB (Red+Green+Blue) = 255+83+28=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF531C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF531C is #00ACE3. Grayscale: #808080. Windows color (decimal): -44260 or 1856511. OLE color: 1856511.
HSL color Cylindrical-coordinate representation of color #FF531C: hue angle of 14.54º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF531C is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 28 | - |
| CMYK | 0 | 0.67 | 0.89 | 0 |
| HSL | 14.54º | 1% | 0.55% | - |
| HSV(B) | 14.54º | 0.89% | 1% | - |
| XYZ | 44.54 | 27.53 | 4.06 | - |
| YUV | 128.16 | 71.48 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 28 | 0 | 0.67 | 0.89 | 0 | 14.54 | 1 | 0.55 |
| Hex | FF | 53 | 1C | 0 | 43 | 59 | 0 | F | 64 | 37 |
| Octal | 377 | 123 | 34 | 0 | 103 | 131 | 0 | 17 | 144 | 67 |
| Binary | 11111111 | 1010011 | 11100 | 0 | 1000011 | 1011001 | 0 | 1111 | 1100100 | 110111 |
Color Harmonies of #FF531C
Complementary color
Monochromatic Colors of #FF531C
Black with #FF531C
Text Example
Text Example
White with #FF531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF531C; }
p { color: rgb(255,83,28); }
H1.HeaderClassName
{
color: #FF531C;
}
.AnyTagClassName
{
color: #FF531C;
}
</style>
background-color css
<style>
a { background-color: #FF531C; }
a { background-color: rgb(255,83,28); }
div.DivClassName
{
background-color: #FF531C;
}
.BgClassName
{
background-color: #FF531C;
}
</style>
border-color css
<style>
span { border-color: #FF531C; }
span { border-color: rgb(255,83,28); }
td.TdClassName
{
border-color: #FF531C;
}
.TagClassName
{
border-color: #FF531C;
}
</style>