Shades of Orange Red #FF4A1B
Tints of Orange Red #FF4A1B
RGB
CMYK
RGB Variations
Color information
#FF4A1B (or 0xFF4A1B) is known color: Orange Red. HEX triplet: FF, 4A and 1B. RGB value is (255,74,27). Sum of RGB (Red+Green+Blue) = 255+74+27=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4A1B is #00B5E4. Grayscale: #7B7B7B. Windows color (decimal): -46565 or 1788671. OLE color: 1788671.
HSL color Cylindrical-coordinate representation of color #FF4A1B: hue angle of 12.37º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF4A1B is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 27 | - |
| CMYK | 0 | 0.71 | 0.89 | 0 |
| HSL | 12.37º | 1% | 0.55% | - |
| HSV(B) | 12.37º | 0.89% | 1% | - |
| XYZ | 43.89 | 26.24 | 3.79 | - |
| YUV | 122.76 | 73.97 | 222.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 27 | 0 | 0.71 | 0.89 | 0 | 12.37 | 1 | 0.55 |
| Hex | FF | 4A | 1B | 0 | 47 | 59 | 0 | C | 64 | 37 |
| Octal | 377 | 112 | 33 | 0 | 107 | 131 | 0 | 14 | 144 | 67 |
| Binary | 11111111 | 1001010 | 11011 | 0 | 1000111 | 1011001 | 0 | 1100 | 1100100 | 110111 |
Color Harmonies of #FF4A1B
Complementary color
Monochromatic Colors of #FF4A1B
Black with #FF4A1B
Text Example
Text Example
White with #FF4A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A1B; }
p { color: rgb(255,74,27); }
H1.HeaderClassName
{
color: #FF4A1B;
}
.AnyTagClassName
{
color: #FF4A1B;
}
</style>
background-color css
<style>
a { background-color: #FF4A1B; }
a { background-color: rgb(255,74,27); }
div.DivClassName
{
background-color: #FF4A1B;
}
.BgClassName
{
background-color: #FF4A1B;
}
</style>
border-color css
<style>
span { border-color: #FF4A1B; }
span { border-color: rgb(255,74,27); }
td.TdClassName
{
border-color: #FF4A1B;
}
.TagClassName
{
border-color: #FF4A1B;
}
</style>