Shades of Red Orange #FF4226
Tints of Red Orange #FF4226
RGB
CMYK
RGB Variations
Color information
#FF4226 (or 0xFF4226) is known color: Red Orange. HEX triplet: FF, 42 and 26. RGB value is (255,66,38). Sum of RGB (Red+Green+Blue) = 255+66+38=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4226 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4226 is #00BDD9. Grayscale: #777777. Windows color (decimal): -48602 or 2507519. OLE color: 2507519.
HSL color Cylindrical-coordinate representation of color #FF4226: hue angle of 7.74º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF4226 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 38 | - |
| CMYK | 0 | 0.74 | 0.85 | 0 |
| HSL | 7.74º | 1% | 0.57% | - |
| HSV(B) | 7.74º | 0.85% | 1% | - |
| XYZ | 43.54 | 25.3 | 4.42 | - |
| YUV | 119.32 | 82.12 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 38 | 0 | 0.74 | 0.85 | 0 | 7.74 | 1 | 0.57 |
| Hex | FF | 42 | 26 | 0 | 4A | 55 | 0 | 8 | 64 | 39 |
| Octal | 377 | 102 | 46 | 0 | 112 | 125 | 0 | 10 | 144 | 71 |
| Binary | 11111111 | 1000010 | 100110 | 0 | 1001010 | 1010101 | 0 | 1000 | 1100100 | 111001 |
Color Harmonies of #FF4226
Complementary color
Monochromatic Colors of #FF4226
Black with #FF4226
Text Example
Text Example
White with #FF4226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4226; }
p { color: rgb(255,66,38); }
H1.HeaderClassName
{
color: #FF4226;
}
.AnyTagClassName
{
color: #FF4226;
}
</style>
background-color css
<style>
a { background-color: #FF4226; }
a { background-color: rgb(255,66,38); }
div.DivClassName
{
background-color: #FF4226;
}
.BgClassName
{
background-color: #FF4226;
}
</style>
border-color css
<style>
span { border-color: #FF4226; }
span { border-color: rgb(255,66,38); }
td.TdClassName
{
border-color: #FF4226;
}
.TagClassName
{
border-color: #FF4226;
}
</style>