Html Css Color HEX #FA561C International Orange
📋 copy color: '#FA561C'red 250 ◦ green 86 ◦ blue 28
Shades of International Orange #FA561C
Tints of International Orange #FA561C
RGB
CMYK
RGB Variations
Color information
#FA561C (or 0xFA561C) is known color: International Orange. HEX triplet: FA, 56 and 1C. RGB value is (250,86,28). Sum of RGB (Red+Green+Blue) = 250+86+28=364 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.68% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 28 (11.33% from 255 or 7.69% from 364); Max value from RGB is 250 - color contains mainly: red. Hex color #FA561C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA561C is #05A9E3. Grayscale: #808080. Windows color (decimal): -371172 or 1857274. OLE color: 1857274.
HSL color Cylindrical-coordinate representation of color #FA561C: hue angle of 15.68º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA561C is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 86 | 28 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.02 |
| HSL | 15.68º | 0.96% | 0.55% | - |
| HSV(B) | 15.68º | 0.89% | 0.98% | - |
| XYZ | 42.96 | 27.06 | 4.06 | - |
| YUV | 128.42 | 71.33 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 86 | 28 | 0 | 0.66 | 0.89 | 0.02 | 15.68 | 0.96 | 0.55 |
| Hex | FA | 56 | 1C | 0 | 42 | 59 | 2 | 10 | 60 | 37 |
| Octal | 372 | 126 | 34 | 0 | 102 | 131 | 2 | 20 | 140 | 67 |
| Binary | 11111010 | 1010110 | 11100 | 0 | 1000010 | 1011001 | 10 | 10000 | 1100000 | 110111 |
Color Harmonies of #FA561C
Complementary color
Monochromatic Colors of #FA561C
Black with #FA561C
Text Example
Text Example
White with #FA561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA561C; }
p { color: rgb(250,86,28); }
H1.HeaderClassName
{
color: #FA561C;
}
.AnyTagClassName
{
color: #FA561C;
}
</style>
background-color css
<style>
a { background-color: #FA561C; }
a { background-color: rgb(250,86,28); }
div.DivClassName
{
background-color: #FA561C;
}
.BgClassName
{
background-color: #FA561C;
}
</style>
border-color css
<style>
span { border-color: #FA561C; }
span { border-color: rgb(250,86,28); }
td.TdClassName
{
border-color: #FA561C;
}
.TagClassName
{
border-color: #FA561C;
}
</style>