Html Css Color HEX #FF530B International Orange
📋 copy color: '#FF530B'red 255 ◦ green 83 ◦ blue 11
Shades of International Orange #FF530B
Tints of International Orange #FF530B
RGB
CMYK
RGB Variations
Color information
#FF530B (or 0xFF530B) is known color: International Orange. HEX triplet: FF, 53 and 0B. RGB value is (255,83,11). Sum of RGB (Red+Green+Blue) = 255+83+11=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF530B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF530B is #00ACF4. Grayscale: #7E7E7E. Windows color (decimal): -44277 or 742399. OLE color: 742399.
HSL color Cylindrical-coordinate representation of color #FF530B: hue angle of 17.7º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF530B is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 11 | - |
| CMYK | 0 | 0.67 | 0.96 | 0 |
| HSL | 17.7º | 1% | 0.52% | - |
| HSV(B) | 17.7º | 0.96% | 1% | - |
| XYZ | 44.39 | 27.47 | 3.28 | - |
| YUV | 126.22 | 62.98 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 11 | 0 | 0.67 | 0.96 | 0 | 17.7 | 1 | 0.52 |
| Hex | FF | 53 | B | 0 | 43 | 60 | 0 | 12 | 64 | 34 |
| Octal | 377 | 123 | 13 | 0 | 103 | 140 | 0 | 22 | 144 | 64 |
| Binary | 11111111 | 1010011 | 1011 | 0 | 1000011 | 1100000 | 0 | 10010 | 1100100 | 110100 |
Color Harmonies of #FF530B
Complementary color
Monochromatic Colors of #FF530B
Black with #FF530B
Text Example
Text Example
White with #FF530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF530B; }
p { color: rgb(255,83,11); }
H1.HeaderClassName
{
color: #FF530B;
}
.AnyTagClassName
{
color: #FF530B;
}
</style>
background-color css
<style>
a { background-color: #FF530B; }
a { background-color: rgb(255,83,11); }
div.DivClassName
{
background-color: #FF530B;
}
.BgClassName
{
background-color: #FF530B;
}
</style>
border-color css
<style>
span { border-color: #FF530B; }
span { border-color: rgb(255,83,11); }
td.TdClassName
{
border-color: #FF530B;
}
.TagClassName
{
border-color: #FF530B;
}
</style>