Html Css Color HEX #FA510F International Orange
📋 copy color: '#FA510F'red 250 ◦ green 81 ◦ blue 15
Shades of International Orange #FA510F
Tints of International Orange #FA510F
RGB
CMYK
RGB Variations
Color information
#FA510F (or 0xFA510F) is known color: International Orange. HEX triplet: FA, 51 and 0F. RGB value is (250,81,15). Sum of RGB (Red+Green+Blue) = 250+81+15=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA510F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA510F is #05AEF0. Grayscale: #7C7C7C. Windows color (decimal): -372465 or 1004026. OLE color: 1004026.
HSL color Cylindrical-coordinate representation of color #FA510F: hue angle of 16.85º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA510F is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 81 | 15 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.02 |
| HSL | 16.85º | 0.96% | 0.52% | - |
| HSV(B) | 16.85º | 0.94% | 0.98% | - |
| XYZ | 42.45 | 26.24 | 3.28 | - |
| YUV | 124.01 | 66.49 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 81 | 15 | 0 | 0.68 | 0.94 | 0.02 | 16.85 | 0.96 | 0.52 |
| Hex | FA | 51 | F | 0 | 44 | 5E | 2 | 11 | 60 | 34 |
| Octal | 372 | 121 | 17 | 0 | 104 | 136 | 2 | 21 | 140 | 64 |
| Binary | 11111010 | 1010001 | 1111 | 0 | 1000100 | 1011110 | 10 | 10001 | 1100000 | 110100 |
Color Harmonies of #FA510F
Complementary color
Monochromatic Colors of #FA510F
Black with #FA510F
Text Example
Text Example
White with #FA510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA510F; }
p { color: rgb(250,81,15); }
H1.HeaderClassName
{
color: #FA510F;
}
.AnyTagClassName
{
color: #FA510F;
}
</style>
background-color css
<style>
a { background-color: #FA510F; }
a { background-color: rgb(250,81,15); }
div.DivClassName
{
background-color: #FA510F;
}
.BgClassName
{
background-color: #FA510F;
}
</style>
border-color css
<style>
span { border-color: #FA510F; }
span { border-color: rgb(250,81,15); }
td.TdClassName
{
border-color: #FA510F;
}
.TagClassName
{
border-color: #FA510F;
}
</style>