Html Css Color HEX #FA4F0D International Orange
📋 copy color: '#FA4F0D'red 250 ◦ green 79 ◦ blue 13
Shades of International Orange #FA4F0D
Tints of International Orange #FA4F0D
RGB
CMYK
RGB Variations
Color information
#FA4F0D (or 0xFA4F0D) is known color: International Orange. HEX triplet: FA, 4F and 0D. RGB value is (250,79,13). Sum of RGB (Red+Green+Blue) = 250+79+13=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA4F0D is #05B0F2. Grayscale: #7B7B7B. Windows color (decimal): -372979 or 872442. OLE color: 872442.
HSL color Cylindrical-coordinate representation of color #FA4F0D: hue angle of 16.71º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA4F0D is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 79 | 13 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.02 |
| HSL | 16.71º | 0.96% | 0.52% | - |
| HSV(B) | 16.71º | 0.95% | 0.98% | - |
| XYZ | 42.29 | 25.95 | 3.16 | - |
| YUV | 122.61 | 66.15 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 79 | 13 | 0 | 0.68 | 0.95 | 0.02 | 16.71 | 0.96 | 0.52 |
| Hex | FA | 4F | D | 0 | 44 | 5F | 2 | 11 | 60 | 34 |
| Octal | 372 | 117 | 15 | 0 | 104 | 137 | 2 | 21 | 140 | 64 |
| Binary | 11111010 | 1001111 | 1101 | 0 | 1000100 | 1011111 | 10 | 10001 | 1100000 | 110100 |
Color Harmonies of #FA4F0D
Complementary color
Monochromatic Colors of #FA4F0D
Black with #FA4F0D
Text Example
Text Example
White with #FA4F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4F0D; }
p { color: rgb(250,79,13); }
H1.HeaderClassName
{
color: #FA4F0D;
}
.AnyTagClassName
{
color: #FA4F0D;
}
</style>
background-color css
<style>
a { background-color: #FA4F0D; }
a { background-color: rgb(250,79,13); }
div.DivClassName
{
background-color: #FA4F0D;
}
.BgClassName
{
background-color: #FA4F0D;
}
</style>
border-color css
<style>
span { border-color: #FA4F0D; }
span { border-color: rgb(250,79,13); }
td.TdClassName
{
border-color: #FA4F0D;
}
.TagClassName
{
border-color: #FA4F0D;
}
</style>