Shades of Red Orange #FF4D2F
Tints of Red Orange #FF4D2F
RGB
CMYK
RGB Variations
Color information
#FF4D2F (or 0xFF4D2F) is known color: Red Orange. HEX triplet: FF, 4D and 2F. RGB value is (255,77,47). Sum of RGB (Red+Green+Blue) = 255+77+47=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4D2F is #00B2D0. Grayscale: #7F7F7F. Windows color (decimal): -45777 or 3100159. OLE color: 3100159.
HSL color Cylindrical-coordinate representation of color #FF4D2F: hue angle of 8.65º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF4D2F is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 47 | - |
| CMYK | 0 | 0.70 | 0.82 | 0 |
| HSL | 8.65º | 1% | 0.59% | - |
| HSV(B) | 8.65º | 0.82% | 1% | - |
| XYZ | 44.41 | 26.77 | 5.52 | - |
| YUV | 126.8 | 82.97 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 47 | 0 | 0.70 | 0.82 | 0 | 8.65 | 1 | 0.59 |
| Hex | FF | 4D | 2F | 0 | 46 | 52 | 0 | 9 | 64 | 3B |
| Octal | 377 | 115 | 57 | 0 | 106 | 122 | 0 | 11 | 144 | 73 |
| Binary | 11111111 | 1001101 | 101111 | 0 | 1000110 | 1010010 | 0 | 1001 | 1100100 | 111011 |
Color Harmonies of #FF4D2F
Complementary color
Monochromatic Colors of #FF4D2F
Black with #FF4D2F
Text Example
Text Example
White with #FF4D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D2F; }
p { color: rgb(255,77,47); }
H1.HeaderClassName
{
color: #FF4D2F;
}
.AnyTagClassName
{
color: #FF4D2F;
}
</style>
background-color css
<style>
a { background-color: #FF4D2F; }
a { background-color: rgb(255,77,47); }
div.DivClassName
{
background-color: #FF4D2F;
}
.BgClassName
{
background-color: #FF4D2F;
}
</style>
border-color css
<style>
span { border-color: #FF4D2F; }
span { border-color: rgb(255,77,47); }
td.TdClassName
{
border-color: #FF4D2F;
}
.TagClassName
{
border-color: #FF4D2F;
}
</style>