Html Css Color HEX #FF4F0A International Orange
📋 copy color: '#FF4F0A'red 255 ◦ green 79 ◦ blue 10
Shades of International Orange #FF4F0A
Tints of International Orange #FF4F0A
RGB
CMYK
RGB Variations
Color information
#FF4F0A (or 0xFF4F0A) is known color: International Orange. HEX triplet: FF, 4F and 0A. RGB value is (255,79,10). Sum of RGB (Red+Green+Blue) = 255+79+10=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4F0A is #00B0F5. Grayscale: #7C7C7C. Windows color (decimal): -45302 or 675839. OLE color: 675839.
HSL color Cylindrical-coordinate representation of color #FF4F0A: hue angle of 16.9º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF4F0A is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 10 | - |
| CMYK | 0 | 0.69 | 0.96 | 0 |
| HSL | 16.9º | 1% | 0.52% | - |
| HSV(B) | 16.9º | 0.96% | 1% | - |
| XYZ | 44.09 | 26.87 | 3.15 | - |
| YUV | 123.76 | 63.81 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 10 | 0 | 0.69 | 0.96 | 0 | 16.9 | 1 | 0.52 |
| Hex | FF | 4F | A | 0 | 45 | 60 | 0 | 11 | 64 | 34 |
| Octal | 377 | 117 | 12 | 0 | 105 | 140 | 0 | 21 | 144 | 64 |
| Binary | 11111111 | 1001111 | 1010 | 0 | 1000101 | 1100000 | 0 | 10001 | 1100100 | 110100 |
Color Harmonies of #FF4F0A
Complementary color
Monochromatic Colors of #FF4F0A
Black with #FF4F0A
Text Example
Text Example
White with #FF4F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F0A; }
p { color: rgb(255,79,10); }
H1.HeaderClassName
{
color: #FF4F0A;
}
.AnyTagClassName
{
color: #FF4F0A;
}
</style>
background-color css
<style>
a { background-color: #FF4F0A; }
a { background-color: rgb(255,79,10); }
div.DivClassName
{
background-color: #FF4F0A;
}
.BgClassName
{
background-color: #FF4F0A;
}
</style>
border-color css
<style>
span { border-color: #FF4F0A; }
span { border-color: rgb(255,79,10); }
td.TdClassName
{
border-color: #FF4F0A;
}
.TagClassName
{
border-color: #FF4F0A;
}
</style>