Html Css Color HEX #FA521B International Orange
📋 copy color: '#FA521B'red 250 ◦ green 82 ◦ blue 27
Shades of International Orange #FA521B
Tints of International Orange #FA521B
RGB
CMYK
RGB Variations
Color information
#FA521B (or 0xFA521B) is known color: International Orange. HEX triplet: FA, 52 and 1B. RGB value is (250,82,27). Sum of RGB (Red+Green+Blue) = 250+82+27=359 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.64% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 27 (10.94% from 255 or 7.52% from 359); Max value from RGB is 250 - color contains mainly: red. Hex color #FA521B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA521B is #05ADE4. Grayscale: #7E7E7E. Windows color (decimal): -372197 or 1790714. OLE color: 1790714.
HSL color Cylindrical-coordinate representation of color #FA521B: hue angle of 14.8º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA521B is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 82 | 27 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.02 |
| HSL | 14.8º | 0.96% | 0.54% | - |
| HSV(B) | 14.8º | 0.89% | 0.98% | - |
| XYZ | 42.64 | 26.44 | 3.89 | - |
| YUV | 125.96 | 72.16 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 82 | 27 | 0 | 0.67 | 0.89 | 0.02 | 14.8 | 0.96 | 0.54 |
| Hex | FA | 52 | 1B | 0 | 43 | 59 | 2 | F | 60 | 36 |
| Octal | 372 | 122 | 33 | 0 | 103 | 131 | 2 | 17 | 140 | 66 |
| Binary | 11111010 | 1010010 | 11011 | 0 | 1000011 | 1011001 | 10 | 1111 | 1100000 | 110110 |
Color Harmonies of #FA521B
Complementary color
Monochromatic Colors of #FA521B
Black with #FA521B
Text Example
Text Example
White with #FA521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA521B; }
p { color: rgb(250,82,27); }
H1.HeaderClassName
{
color: #FA521B;
}
.AnyTagClassName
{
color: #FA521B;
}
</style>
background-color css
<style>
a { background-color: #FA521B; }
a { background-color: rgb(250,82,27); }
div.DivClassName
{
background-color: #FA521B;
}
.BgClassName
{
background-color: #FA521B;
}
</style>
border-color css
<style>
span { border-color: #FA521B; }
span { border-color: rgb(250,82,27); }
td.TdClassName
{
border-color: #FA521B;
}
.TagClassName
{
border-color: #FA521B;
}
</style>