Html Css Color HEX #FA4F0A International Orange
📋 copy color: '#FA4F0A'red 250 ◦ green 79 ◦ blue 10
Shades of International Orange #FA4F0A
Tints of International Orange #FA4F0A
RGB
CMYK
RGB Variations
Color information
#FA4F0A (or 0xFA4F0A) is known color: International Orange. HEX triplet: FA, 4F and 0A. RGB value is (250,79,10). Sum of RGB (Red+Green+Blue) = 250+79+10=339 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.75% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA4F0A is #05B0F5. Grayscale: #7A7A7A. Windows color (decimal): -372982 or 675834. OLE color: 675834.
HSL color Cylindrical-coordinate representation of color #FA4F0A: hue angle of 17.25º 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 #FA4F0A is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 79 | 10 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.02 |
| HSL | 17.25º | 0.96% | 0.51% | - |
| HSV(B) | 17.25º | 0.96% | 0.98% | - |
| XYZ | 42.28 | 25.94 | 3.07 | - |
| YUV | 122.26 | 64.65 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 79 | 10 | 0 | 0.68 | 0.96 | 0.02 | 17.25 | 0.96 | 0.51 |
| Hex | FA | 4F | A | 0 | 44 | 60 | 2 | 11 | 60 | 33 |
| Octal | 372 | 117 | 12 | 0 | 104 | 140 | 2 | 21 | 140 | 63 |
| Binary | 11111010 | 1001111 | 1010 | 0 | 1000100 | 1100000 | 10 | 10001 | 1100000 | 110011 |
Color Harmonies of #FA4F0A
Complementary color
Monochromatic Colors of #FA4F0A
Black with #FA4F0A
Text Example
Text Example
White with #FA4F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4F0A; }
p { color: rgb(250,79,10); }
H1.HeaderClassName
{
color: #FA4F0A;
}
.AnyTagClassName
{
color: #FA4F0A;
}
</style>
background-color css
<style>
a { background-color: #FA4F0A; }
a { background-color: rgb(250,79,10); }
div.DivClassName
{
background-color: #FA4F0A;
}
.BgClassName
{
background-color: #FA4F0A;
}
</style>
border-color css
<style>
span { border-color: #FA4F0A; }
span { border-color: rgb(250,79,10); }
td.TdClassName
{
border-color: #FA4F0A;
}
.TagClassName
{
border-color: #FA4F0A;
}
</style>