Shades of International Orange #FF5307
Tints of International Orange #FF5307
RGB
CMYK
RGB Variations
Color information
#FF5307 (or 0xFF5307) is known color: International Orange. HEX triplet: FF, 53 and 07. RGB value is (255,83,7). Sum of RGB (Red+Green+Blue) = 255+83+7=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5307 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5307 is #00ACF8. Grayscale: #7E7E7E. Windows color (decimal): -44281 or 480255. OLE color: 480255.
HSL color Cylindrical-coordinate representation of color #FF5307: hue angle of 18.39º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF5307 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 7 | - |
| CMYK | 0 | 0.67 | 0.97 | 0 |
| HSL | 18.39º | 1% | 0.51% | - |
| HSV(B) | 18.39º | 0.97% | 1% | - |
| XYZ | 44.37 | 27.46 | 3.16 | - |
| YUV | 125.76 | 60.98 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 7 | 0 | 0.67 | 0.97 | 0 | 18.39 | 1 | 0.51 |
| Hex | FF | 53 | 7 | 0 | 43 | 61 | 0 | 12 | 64 | 33 |
| Octal | 377 | 123 | 7 | 0 | 103 | 141 | 0 | 22 | 144 | 63 |
| Binary | 11111111 | 1010011 | 111 | 0 | 1000011 | 1100001 | 0 | 10010 | 1100100 | 110011 |
Color Harmonies of #FF5307
Complementary color
Monochromatic Colors of #FF5307
Black with #FF5307
Text Example
Text Example
White with #FF5307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5307; }
p { color: rgb(255,83,7); }
H1.HeaderClassName
{
color: #FF5307;
}
.AnyTagClassName
{
color: #FF5307;
}
</style>
background-color css
<style>
a { background-color: #FF5307; }
a { background-color: rgb(255,83,7); }
div.DivClassName
{
background-color: #FF5307;
}
.BgClassName
{
background-color: #FF5307;
}
</style>
border-color css
<style>
span { border-color: #FF5307; }
span { border-color: rgb(255,83,7); }
td.TdClassName
{
border-color: #FF5307;
}
.TagClassName
{
border-color: #FF5307;
}
</style>