Html Css Color HEX #FA521A International Orange
📋 copy color: '#FA521A'red 250 ◦ green 82 ◦ blue 26
Shades of International Orange #FA521A
Tints of International Orange #FA521A
RGB
CMYK
RGB Variations
Color information
#FA521A (or 0xFA521A) is known color: International Orange. HEX triplet: FA, 52 and 1A. RGB value is (250,82,26). Sum of RGB (Red+Green+Blue) = 250+82+26=358 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.83% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 250 - color contains mainly: red. Hex color #FA521A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA521A is #05ADE5. Grayscale: #7E7E7E. Windows color (decimal): -372198 or 1725178. OLE color: 1725178.
HSL color Cylindrical-coordinate representation of color #FA521A: hue angle of 15º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA521A is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 82 | 26 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.02 |
| HSL | 15º | 0.96% | 0.54% | - |
| HSV(B) | 15º | 0.9% | 0.98% | - |
| XYZ | 42.63 | 26.43 | 3.83 | - |
| YUV | 125.85 | 71.66 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 82 | 26 | 0 | 0.67 | 0.90 | 0.02 | 15 | 0.96 | 0.54 |
| Hex | FA | 52 | 1A | 0 | 43 | 5A | 2 | F | 60 | 36 |
| Octal | 372 | 122 | 32 | 0 | 103 | 132 | 2 | 17 | 140 | 66 |
| Binary | 11111010 | 1010010 | 11010 | 0 | 1000011 | 1011010 | 10 | 1111 | 1100000 | 110110 |
Color Harmonies of #FA521A
Complementary color
Monochromatic Colors of #FA521A
Black with #FA521A
Text Example
Text Example
White with #FA521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA521A; }
p { color: rgb(250,82,26); }
H1.HeaderClassName
{
color: #FA521A;
}
.AnyTagClassName
{
color: #FA521A;
}
</style>
background-color css
<style>
a { background-color: #FA521A; }
a { background-color: rgb(250,82,26); }
div.DivClassName
{
background-color: #FA521A;
}
.BgClassName
{
background-color: #FA521A;
}
</style>
border-color css
<style>
span { border-color: #FA521A; }
span { border-color: rgb(250,82,26); }
td.TdClassName
{
border-color: #FA521A;
}
.TagClassName
{
border-color: #FA521A;
}
</style>