Shades of Red Orange #FF4B2B
Tints of Red Orange #FF4B2B
RGB
CMYK
RGB Variations
Color information
#FF4B2B (or 0xFF4B2B) is known color: Red Orange. HEX triplet: FF, 4B and 2B. RGB value is (255,75,43). Sum of RGB (Red+Green+Blue) = 255+75+43=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 43 (17.19% from 255 or 11.53% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4B2B is #00B4D4. Grayscale: #7D7D7D. Windows color (decimal): -46293 or 2837503. OLE color: 2837503.
HSL color Cylindrical-coordinate representation of color #FF4B2B: hue angle of 9.06º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF4B2B is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 43 | - |
| CMYK | 0 | 0.71 | 0.83 | 0 |
| HSL | 9.06º | 1% | 0.58% | - |
| HSV(B) | 9.06º | 0.83% | 1% | - |
| XYZ | 44.19 | 26.47 | 5.06 | - |
| YUV | 125.17 | 81.63 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 43 | 0 | 0.71 | 0.83 | 0 | 9.06 | 1 | 0.58 |
| Hex | FF | 4B | 2B | 0 | 47 | 53 | 0 | 9 | 64 | 3A |
| Octal | 377 | 113 | 53 | 0 | 107 | 123 | 0 | 11 | 144 | 72 |
| Binary | 11111111 | 1001011 | 101011 | 0 | 1000111 | 1010011 | 0 | 1001 | 1100100 | 111010 |
Color Harmonies of #FF4B2B
Complementary color
Monochromatic Colors of #FF4B2B
Black with #FF4B2B
Text Example
Text Example
White with #FF4B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B2B; }
p { color: rgb(255,75,43); }
H1.HeaderClassName
{
color: #FF4B2B;
}
.AnyTagClassName
{
color: #FF4B2B;
}
</style>
background-color css
<style>
a { background-color: #FF4B2B; }
a { background-color: rgb(255,75,43); }
div.DivClassName
{
background-color: #FF4B2B;
}
.BgClassName
{
background-color: #FF4B2B;
}
</style>
border-color css
<style>
span { border-color: #FF4B2B; }
span { border-color: rgb(255,75,43); }
td.TdClassName
{
border-color: #FF4B2B;
}
.TagClassName
{
border-color: #FF4B2B;
}
</style>