Html Css Color HEX #FA500F International Orange
📋 copy color: '#FA500F'red 250 ◦ green 80 ◦ blue 15
Shades of International Orange #FA500F
Tints of International Orange #FA500F
RGB
CMYK
RGB Variations
Color information
#FA500F (or 0xFA500F) is known color: International Orange. HEX triplet: FA, 50 and 0F. RGB value is (250,80,15). Sum of RGB (Red+Green+Blue) = 250+80+15=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA500F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA500F is #05AFF0. Grayscale: #7B7B7B. Windows color (decimal): -372721 or 1003770. OLE color: 1003770.
HSL color Cylindrical-coordinate representation of color #FA500F: hue angle of 16.6º 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 #FA500F is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 80 | 15 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.02 |
| HSL | 16.6º | 0.96% | 0.52% | - |
| HSV(B) | 16.6º | 0.94% | 0.98% | - |
| XYZ | 42.38 | 26.1 | 3.26 | - |
| YUV | 123.42 | 66.82 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 80 | 15 | 0 | 0.68 | 0.94 | 0.02 | 16.6 | 0.96 | 0.52 |
| Hex | FA | 50 | F | 0 | 44 | 5E | 2 | 11 | 60 | 34 |
| Octal | 372 | 120 | 17 | 0 | 104 | 136 | 2 | 21 | 140 | 64 |
| Binary | 11111010 | 1010000 | 1111 | 0 | 1000100 | 1011110 | 10 | 10001 | 1100000 | 110100 |
Color Harmonies of #FA500F
Complementary color
Monochromatic Colors of #FA500F
Black with #FA500F
Text Example
Text Example
White with #FA500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA500F; }
p { color: rgb(250,80,15); }
H1.HeaderClassName
{
color: #FA500F;
}
.AnyTagClassName
{
color: #FA500F;
}
</style>
background-color css
<style>
a { background-color: #FA500F; }
a { background-color: rgb(250,80,15); }
div.DivClassName
{
background-color: #FA500F;
}
.BgClassName
{
background-color: #FA500F;
}
</style>
border-color css
<style>
span { border-color: #FA500F; }
span { border-color: rgb(250,80,15); }
td.TdClassName
{
border-color: #FA500F;
}
.TagClassName
{
border-color: #FA500F;
}
</style>