Shades of Red Orange #FF4021
Tints of Red Orange #FF4021
RGB
CMYK
RGB Variations
Color information
#FF4021 (or 0xFF4021) is known color: Red Orange. HEX triplet: FF, 40 and 21. RGB value is (255,64,33). Sum of RGB (Red+Green+Blue) = 255+64+33=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4021 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4021 is #00BFDE. Grayscale: #757575. Windows color (decimal): -49119 or 2179327. OLE color: 2179327.
HSL color Cylindrical-coordinate representation of color #FF4021: hue angle of 8.38º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF4021 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 33 | - |
| CMYK | 0 | 0.75 | 0.87 | 0 |
| HSL | 8.38º | 1% | 0.56% | - |
| HSV(B) | 8.38º | 0.87% | 1% | - |
| XYZ | 43.35 | 25.04 | 3.99 | - |
| YUV | 117.58 | 80.28 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 33 | 0 | 0.75 | 0.87 | 0 | 8.38 | 1 | 0.56 |
| Hex | FF | 40 | 21 | 0 | 4B | 57 | 0 | 8 | 64 | 38 |
| Octal | 377 | 100 | 41 | 0 | 113 | 127 | 0 | 10 | 144 | 70 |
| Binary | 11111111 | 1000000 | 100001 | 0 | 1001011 | 1010111 | 0 | 1000 | 1100100 | 111000 |
Color Harmonies of #FF4021
Complementary color
Monochromatic Colors of #FF4021
Black with #FF4021
Text Example
Text Example
White with #FF4021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4021; }
p { color: rgb(255,64,33); }
H1.HeaderClassName
{
color: #FF4021;
}
.AnyTagClassName
{
color: #FF4021;
}
</style>
background-color css
<style>
a { background-color: #FF4021; }
a { background-color: rgb(255,64,33); }
div.DivClassName
{
background-color: #FF4021;
}
.BgClassName
{
background-color: #FF4021;
}
</style>
border-color css
<style>
span { border-color: #FF4021; }
span { border-color: rgb(255,64,33); }
td.TdClassName
{
border-color: #FF4021;
}
.TagClassName
{
border-color: #FF4021;
}
</style>