Shades of Orange Red #FF4B1A
Tints of Orange Red #FF4B1A
RGB
CMYK
RGB Variations
Color information
#FF4B1A (or 0xFF4B1A) is known color: Orange Red. HEX triplet: FF, 4B and 1A. RGB value is (255,75,26). Sum of RGB (Red+Green+Blue) = 255+75+26=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4B1A is #00B4E5. Grayscale: #7B7B7B. Windows color (decimal): -46310 or 1723391. OLE color: 1723391.
HSL color Cylindrical-coordinate representation of color #FF4B1A: hue angle of 12.84º 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 #FF4B1A is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 26 | - |
| CMYK | 0 | 0.71 | 0.90 | 0 |
| HSL | 12.84º | 1% | 0.55% | - |
| HSV(B) | 12.84º | 0.9% | 1% | - |
| XYZ | 43.94 | 26.37 | 3.75 | - |
| YUV | 123.23 | 73.13 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 26 | 0 | 0.71 | 0.90 | 0 | 12.84 | 1 | 0.55 |
| Hex | FF | 4B | 1A | 0 | 47 | 5A | 0 | D | 64 | 37 |
| Octal | 377 | 113 | 32 | 0 | 107 | 132 | 0 | 15 | 144 | 67 |
| Binary | 11111111 | 1001011 | 11010 | 0 | 1000111 | 1011010 | 0 | 1101 | 1100100 | 110111 |
Color Harmonies of #FF4B1A
Complementary color
Monochromatic Colors of #FF4B1A
Black with #FF4B1A
Text Example
Text Example
White with #FF4B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B1A; }
p { color: rgb(255,75,26); }
H1.HeaderClassName
{
color: #FF4B1A;
}
.AnyTagClassName
{
color: #FF4B1A;
}
</style>
background-color css
<style>
a { background-color: #FF4B1A; }
a { background-color: rgb(255,75,26); }
div.DivClassName
{
background-color: #FF4B1A;
}
.BgClassName
{
background-color: #FF4B1A;
}
</style>
border-color css
<style>
span { border-color: #FF4B1A; }
span { border-color: rgb(255,75,26); }
td.TdClassName
{
border-color: #FF4B1A;
}
.TagClassName
{
border-color: #FF4B1A;
}
</style>