Html Css Color HEX #FA540A International Orange
📋 copy color: '#FA540A'red 250 ◦ green 84 ◦ blue 10
Shades of International Orange #FA540A
Tints of International Orange #FA540A
RGB
CMYK
RGB Variations
Color information
#FA540A (or 0xFA540A) is known color: International Orange. HEX triplet: FA, 54 and 0A. RGB value is (250,84,10). Sum of RGB (Red+Green+Blue) = 250+84+10=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA540A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA540A is #05ABF5. Grayscale: #7D7D7D. Windows color (decimal): -371702 or 677114. OLE color: 677114.
HSL color Cylindrical-coordinate representation of color #FA540A: hue angle of 18.5º 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 #FA540A is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 84 | 10 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.02 |
| HSL | 18.5º | 0.96% | 0.51% | - |
| HSV(B) | 18.5º | 0.96% | 0.98% | - |
| XYZ | 42.65 | 26.69 | 3.19 | - |
| YUV | 125.2 | 63 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 84 | 10 | 0 | 0.66 | 0.96 | 0.02 | 18.5 | 0.96 | 0.51 |
| Hex | FA | 54 | A | 0 | 42 | 60 | 2 | 12 | 60 | 33 |
| Octal | 372 | 124 | 12 | 0 | 102 | 140 | 2 | 22 | 140 | 63 |
| Binary | 11111010 | 1010100 | 1010 | 0 | 1000010 | 1100000 | 10 | 10010 | 1100000 | 110011 |
Color Harmonies of #FA540A
Complementary color
Monochromatic Colors of #FA540A
Black with #FA540A
Text Example
Text Example
White with #FA540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA540A; }
p { color: rgb(250,84,10); }
H1.HeaderClassName
{
color: #FA540A;
}
.AnyTagClassName
{
color: #FA540A;
}
</style>
background-color css
<style>
a { background-color: #FA540A; }
a { background-color: rgb(250,84,10); }
div.DivClassName
{
background-color: #FA540A;
}
.BgClassName
{
background-color: #FA540A;
}
</style>
border-color css
<style>
span { border-color: #FA540A; }
span { border-color: rgb(250,84,10); }
td.TdClassName
{
border-color: #FA540A;
}
.TagClassName
{
border-color: #FA540A;
}
</style>