Html Css Color HEX #FA4F0B International Orange
📋 copy color: '#FA4F0B'red 250 ◦ green 79 ◦ blue 11
Shades of International Orange #FA4F0B
Tints of International Orange #FA4F0B
RGB
CMYK
RGB Variations
Color information
#FA4F0B (or 0xFA4F0B) is known color: International Orange. HEX triplet: FA, 4F and 0B. RGB value is (250,79,11). Sum of RGB (Red+Green+Blue) = 250+79+11=340 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.53% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 11 (4.69% from 255 or 3.24% from 340); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4F0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA4F0B is #05B0F4. Grayscale: #7A7A7A. Windows color (decimal): -372981 or 741370. OLE color: 741370.
HSL color Cylindrical-coordinate representation of color #FA4F0B: hue angle of 17.07º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA4F0B is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 79 | 11 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.02 |
| HSL | 17.07º | 0.96% | 0.51% | - |
| HSV(B) | 17.07º | 0.96% | 0.98% | - |
| XYZ | 42.28 | 25.94 | 3.1 | - |
| YUV | 122.38 | 65.15 | 219.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 79 | 11 | 0 | 0.68 | 0.96 | 0.02 | 17.07 | 0.96 | 0.51 |
| Hex | FA | 4F | B | 0 | 44 | 60 | 2 | 11 | 60 | 33 |
| Octal | 372 | 117 | 13 | 0 | 104 | 140 | 2 | 21 | 140 | 63 |
| Binary | 11111010 | 1001111 | 1011 | 0 | 1000100 | 1100000 | 10 | 10001 | 1100000 | 110011 |
Color Harmonies of #FA4F0B
Complementary color
Monochromatic Colors of #FA4F0B
Black with #FA4F0B
Text Example
Text Example
White with #FA4F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4F0B; }
p { color: rgb(250,79,11); }
H1.HeaderClassName
{
color: #FA4F0B;
}
.AnyTagClassName
{
color: #FA4F0B;
}
</style>
background-color css
<style>
a { background-color: #FA4F0B; }
a { background-color: rgb(250,79,11); }
div.DivClassName
{
background-color: #FA4F0B;
}
.BgClassName
{
background-color: #FA4F0B;
}
</style>
border-color css
<style>
span { border-color: #FA4F0B; }
span { border-color: rgb(250,79,11); }
td.TdClassName
{
border-color: #FA4F0B;
}
.TagClassName
{
border-color: #FA4F0B;
}
</style>