Shades of Red Orange #FF4B2C
Tints of Red Orange #FF4B2C
RGB
CMYK
RGB Variations
Color information
#FF4B2C (or 0xFF4B2C) is known color: Red Orange. HEX triplet: FF, 4B and 2C. RGB value is (255,75,44). Sum of RGB (Red+Green+Blue) = 255+75+44=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4B2C is #00B4D3. Grayscale: #7D7D7D. Windows color (decimal): -46292 or 2903039. OLE color: 2903039.
HSL color Cylindrical-coordinate representation of color #FF4B2C: hue angle of 8.82º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF4B2C is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 44 | - |
| CMYK | 0 | 0.71 | 0.83 | 0 |
| HSL | 8.82º | 1% | 0.59% | - |
| HSV(B) | 8.82º | 0.83% | 1% | - |
| XYZ | 44.21 | 26.47 | 5.16 | - |
| YUV | 125.29 | 82.13 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 44 | 0 | 0.71 | 0.83 | 0 | 8.82 | 1 | 0.59 |
| Hex | FF | 4B | 2C | 0 | 47 | 53 | 0 | 9 | 64 | 3B |
| Octal | 377 | 113 | 54 | 0 | 107 | 123 | 0 | 11 | 144 | 73 |
| Binary | 11111111 | 1001011 | 101100 | 0 | 1000111 | 1010011 | 0 | 1001 | 1100100 | 111011 |
Color Harmonies of #FF4B2C
Complementary color
Monochromatic Colors of #FF4B2C
Black with #FF4B2C
Text Example
Text Example
White with #FF4B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B2C; }
p { color: rgb(255,75,44); }
H1.HeaderClassName
{
color: #FF4B2C;
}
.AnyTagClassName
{
color: #FF4B2C;
}
</style>
background-color css
<style>
a { background-color: #FF4B2C; }
a { background-color: rgb(255,75,44); }
div.DivClassName
{
background-color: #FF4B2C;
}
.BgClassName
{
background-color: #FF4B2C;
}
</style>
border-color css
<style>
span { border-color: #FF4B2C; }
span { border-color: rgb(255,75,44); }
td.TdClassName
{
border-color: #FF4B2C;
}
.TagClassName
{
border-color: #FF4B2C;
}
</style>