Html Css Color HEX #FF4F0C International Orange
📋 copy color: '#FF4F0C'red 255 ◦ green 79 ◦ blue 12
Shades of International Orange #FF4F0C
Tints of International Orange #FF4F0C
RGB
CMYK
RGB Variations
Color information
#FF4F0C (or 0xFF4F0C) is known color: International Orange. HEX triplet: FF, 4F and 0C. RGB value is (255,79,12). Sum of RGB (Red+Green+Blue) = 255+79+12=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4F0C is #00B0F3. Grayscale: #7C7C7C. Windows color (decimal): -45300 or 806911. OLE color: 806911.
HSL color Cylindrical-coordinate representation of color #FF4F0C: hue angle of 16.54º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF4F0C is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 12 | - |
| CMYK | 0 | 0.69 | 0.95 | 0 |
| HSL | 16.54º | 1% | 0.52% | - |
| HSV(B) | 16.54º | 0.95% | 1% | - |
| XYZ | 44.1 | 26.88 | 3.21 | - |
| YUV | 123.99 | 64.81 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 12 | 0 | 0.69 | 0.95 | 0 | 16.54 | 1 | 0.52 |
| Hex | FF | 4F | C | 0 | 45 | 5F | 0 | 11 | 64 | 34 |
| Octal | 377 | 117 | 14 | 0 | 105 | 137 | 0 | 21 | 144 | 64 |
| Binary | 11111111 | 1001111 | 1100 | 0 | 1000101 | 1011111 | 0 | 10001 | 1100100 | 110100 |
Color Harmonies of #FF4F0C
Complementary color
Monochromatic Colors of #FF4F0C
Black with #FF4F0C
Text Example
Text Example
White with #FF4F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F0C; }
p { color: rgb(255,79,12); }
H1.HeaderClassName
{
color: #FF4F0C;
}
.AnyTagClassName
{
color: #FF4F0C;
}
</style>
background-color css
<style>
a { background-color: #FF4F0C; }
a { background-color: rgb(255,79,12); }
div.DivClassName
{
background-color: #FF4F0C;
}
.BgClassName
{
background-color: #FF4F0C;
}
</style>
border-color css
<style>
span { border-color: #FF4F0C; }
span { border-color: rgb(255,79,12); }
td.TdClassName
{
border-color: #FF4F0C;
}
.TagClassName
{
border-color: #FF4F0C;
}
</style>