Shades of Red Orange #FF3C1A
Tints of Red Orange #FF3C1A
RGB
CMYK
RGB Variations
Color information
#FF3C1A (or 0xFF3C1A) is known color: Red Orange. HEX triplet: FF, 3C and 1A. RGB value is (255,60,26). Sum of RGB (Red+Green+Blue) = 255+60+26=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3C1A is #00C3E5. Grayscale: #727272. Windows color (decimal): -50150 or 1719551. OLE color: 1719551.
HSL color Cylindrical-coordinate representation of color #FF3C1A: hue angle of 8.91º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF3C1A is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 26 | - |
| CMYK | 0 | 0.76 | 0.90 | 0 |
| HSL | 8.91º | 1% | 0.55% | - |
| HSV(B) | 8.91º | 0.9% | 1% | - |
| XYZ | 43.04 | 24.57 | 3.45 | - |
| YUV | 114.43 | 78.1 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 26 | 0 | 0.76 | 0.90 | 0 | 8.91 | 1 | 0.55 |
| Hex | FF | 3C | 1A | 0 | 4C | 5A | 0 | 9 | 64 | 37 |
| Octal | 377 | 74 | 32 | 0 | 114 | 132 | 0 | 11 | 144 | 67 |
| Binary | 11111111 | 111100 | 11010 | 0 | 1001100 | 1011010 | 0 | 1001 | 1100100 | 110111 |
Color Harmonies of #FF3C1A
Complementary color
Monochromatic Colors of #FF3C1A
Black with #FF3C1A
Text Example
Text Example
White with #FF3C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C1A; }
p { color: rgb(255,60,26); }
H1.HeaderClassName
{
color: #FF3C1A;
}
.AnyTagClassName
{
color: #FF3C1A;
}
</style>
background-color css
<style>
a { background-color: #FF3C1A; }
a { background-color: rgb(255,60,26); }
div.DivClassName
{
background-color: #FF3C1A;
}
.BgClassName
{
background-color: #FF3C1A;
}
</style>
border-color css
<style>
span { border-color: #FF3C1A; }
span { border-color: rgb(255,60,26); }
td.TdClassName
{
border-color: #FF3C1A;
}
.TagClassName
{
border-color: #FF3C1A;
}
</style>