Html Css Color HEX #FA590C International Orange
📋 copy color: '#FA590C'red 250 ◦ green 89 ◦ blue 12
Shades of International Orange #FA590C
Tints of International Orange #FA590C
RGB
CMYK
RGB Variations
Color information
#FA590C (or 0xFA590C) is known color: International Orange. HEX triplet: FA, 59 and 0C. RGB value is (250,89,12). Sum of RGB (Red+Green+Blue) = 250+89+12=351 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.23% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 250 - color contains mainly: red. Hex color #FA590C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA590C is #05A6F3. Grayscale: #808080. Windows color (decimal): -370420 or 809466. OLE color: 809466.
HSL color Cylindrical-coordinate representation of color #FA590C: hue angle of 19.41º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA590C is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 89 | 12 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.02 |
| HSL | 19.41º | 0.96% | 0.51% | - |
| HSV(B) | 19.41º | 0.95% | 0.98% | - |
| XYZ | 43.06 | 27.5 | 3.39 | - |
| YUV | 128.36 | 62.34 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 89 | 12 | 0 | 0.64 | 0.95 | 0.02 | 19.41 | 0.96 | 0.51 |
| Hex | FA | 59 | C | 0 | 40 | 5F | 2 | 13 | 60 | 33 |
| Octal | 372 | 131 | 14 | 0 | 100 | 137 | 2 | 23 | 140 | 63 |
| Binary | 11111010 | 1011001 | 1100 | 0 | 1000000 | 1011111 | 10 | 10011 | 1100000 | 110011 |
Color Harmonies of #FA590C
Complementary color
Monochromatic Colors of #FA590C
Black with #FA590C
Text Example
Text Example
White with #FA590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA590C; }
p { color: rgb(250,89,12); }
H1.HeaderClassName
{
color: #FA590C;
}
.AnyTagClassName
{
color: #FA590C;
}
</style>
background-color css
<style>
a { background-color: #FA590C; }
a { background-color: rgb(250,89,12); }
div.DivClassName
{
background-color: #FA590C;
}
.BgClassName
{
background-color: #FA590C;
}
</style>
border-color css
<style>
span { border-color: #FA590C; }
span { border-color: rgb(250,89,12); }
td.TdClassName
{
border-color: #FA590C;
}
.TagClassName
{
border-color: #FA590C;
}
</style>