Html Css Color HEX #FF531B International Orange
📋 copy color: '#FF531B'red 255 ◦ green 83 ◦ blue 27
Shades of International Orange #FF531B
Tints of International Orange #FF531B
RGB
CMYK
RGB Variations
Color information
#FF531B (or 0xFF531B) is known color: International Orange. HEX triplet: FF, 53 and 1B. RGB value is (255,83,27). Sum of RGB (Red+Green+Blue) = 255+83+27=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF531B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF531B is #00ACE4. Grayscale: #808080. Windows color (decimal): -44261 or 1790975. OLE color: 1790975.
HSL color Cylindrical-coordinate representation of color #FF531B: hue angle of 14.74º 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 #FF531B is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 27 | - |
| CMYK | 0 | 0.67 | 0.89 | 0 |
| HSL | 14.74º | 1% | 0.55% | - |
| HSV(B) | 14.74º | 0.89% | 1% | - |
| XYZ | 44.53 | 27.53 | 4 | - |
| YUV | 128.04 | 70.98 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 27 | 0 | 0.67 | 0.89 | 0 | 14.74 | 1 | 0.55 |
| Hex | FF | 53 | 1B | 0 | 43 | 59 | 0 | F | 64 | 37 |
| Octal | 377 | 123 | 33 | 0 | 103 | 131 | 0 | 17 | 144 | 67 |
| Binary | 11111111 | 1010011 | 11011 | 0 | 1000011 | 1011001 | 0 | 1111 | 1100100 | 110111 |
Color Harmonies of #FF531B
Complementary color
Monochromatic Colors of #FF531B
Black with #FF531B
Text Example
Text Example
White with #FF531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF531B; }
p { color: rgb(255,83,27); }
H1.HeaderClassName
{
color: #FF531B;
}
.AnyTagClassName
{
color: #FF531B;
}
</style>
background-color css
<style>
a { background-color: #FF531B; }
a { background-color: rgb(255,83,27); }
div.DivClassName
{
background-color: #FF531B;
}
.BgClassName
{
background-color: #FF531B;
}
</style>
border-color css
<style>
span { border-color: #FF531B; }
span { border-color: rgb(255,83,27); }
td.TdClassName
{
border-color: #FF531B;
}
.TagClassName
{
border-color: #FF531B;
}
</style>