Html Css Color HEX #FA580F International Orange
📋 copy color: '#FA580F'red 250 ◦ green 88 ◦ blue 15
Shades of International Orange #FA580F
Tints of International Orange #FA580F
RGB
CMYK
RGB Variations
Color information
#FA580F (or 0xFA580F) is known color: International Orange. HEX triplet: FA, 58 and 0F. RGB value is (250,88,15). Sum of RGB (Red+Green+Blue) = 250+88+15=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA580F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA580F is #05A7F0. Grayscale: #808080. Windows color (decimal): -370673 or 1005818. OLE color: 1005818.
HSL color Cylindrical-coordinate representation of color #FA580F: hue angle of 18.64º 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 #FA580F is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 88 | 15 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.02 |
| HSL | 18.64º | 0.96% | 0.52% | - |
| HSV(B) | 18.64º | 0.94% | 0.98% | - |
| XYZ | 43 | 27.34 | 3.46 | - |
| YUV | 128.12 | 64.17 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 88 | 15 | 0 | 0.65 | 0.94 | 0.02 | 18.64 | 0.96 | 0.52 |
| Hex | FA | 58 | F | 0 | 41 | 5E | 2 | 13 | 60 | 34 |
| Octal | 372 | 130 | 17 | 0 | 101 | 136 | 2 | 23 | 140 | 64 |
| Binary | 11111010 | 1011000 | 1111 | 0 | 1000001 | 1011110 | 10 | 10011 | 1100000 | 110100 |
Color Harmonies of #FA580F
Complementary color
Monochromatic Colors of #FA580F
Black with #FA580F
Text Example
Text Example
White with #FA580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA580F; }
p { color: rgb(250,88,15); }
H1.HeaderClassName
{
color: #FA580F;
}
.AnyTagClassName
{
color: #FA580F;
}
</style>
background-color css
<style>
a { background-color: #FA580F; }
a { background-color: rgb(250,88,15); }
div.DivClassName
{
background-color: #FA580F;
}
.BgClassName
{
background-color: #FA580F;
}
</style>
border-color css
<style>
span { border-color: #FA580F; }
span { border-color: rgb(250,88,15); }
td.TdClassName
{
border-color: #FA580F;
}
.TagClassName
{
border-color: #FA580F;
}
</style>