Html Css Color HEX #FF5312 International Orange
📋 copy color: '#FF5312'red 255 ◦ green 83 ◦ blue 18
Shades of International Orange #FF5312
Tints of International Orange #FF5312
RGB
CMYK
RGB Variations
Color information
#FF5312 (or 0xFF5312) is known color: International Orange. HEX triplet: FF, 53 and 12. RGB value is (255,83,18). Sum of RGB (Red+Green+Blue) = 255+83+18=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5312 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5312 is #00ACED. Grayscale: #7F7F7F. Windows color (decimal): -44270 or 1201151. OLE color: 1201151.
HSL color Cylindrical-coordinate representation of color #FF5312: hue angle of 16.46º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF5312 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 18 | - |
| CMYK | 0 | 0.67 | 0.93 | 0 |
| HSL | 16.46º | 1% | 0.54% | - |
| HSV(B) | 16.46º | 0.93% | 1% | - |
| XYZ | 44.44 | 27.49 | 3.54 | - |
| YUV | 127.02 | 66.48 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 18 | 0 | 0.67 | 0.93 | 0 | 16.46 | 1 | 0.54 |
| Hex | FF | 53 | 12 | 0 | 43 | 5D | 0 | 10 | 64 | 36 |
| Octal | 377 | 123 | 22 | 0 | 103 | 135 | 0 | 20 | 144 | 66 |
| Binary | 11111111 | 1010011 | 10010 | 0 | 1000011 | 1011101 | 0 | 10000 | 1100100 | 110110 |
Color Harmonies of #FF5312
Complementary color
Monochromatic Colors of #FF5312
Black with #FF5312
Text Example
Text Example
White with #FF5312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5312; }
p { color: rgb(255,83,18); }
H1.HeaderClassName
{
color: #FF5312;
}
.AnyTagClassName
{
color: #FF5312;
}
</style>
background-color css
<style>
a { background-color: #FF5312; }
a { background-color: rgb(255,83,18); }
div.DivClassName
{
background-color: #FF5312;
}
.BgClassName
{
background-color: #FF5312;
}
</style>
border-color css
<style>
span { border-color: #FF5312; }
span { border-color: rgb(255,83,18); }
td.TdClassName
{
border-color: #FF5312;
}
.TagClassName
{
border-color: #FF5312;
}
</style>