Shades of Orange Red #FF4200
Tints of Orange Red #FF4200
RGB
CMYK
RGB Variations
Color information
#FF4200 (or 0xFF4200) is known color: Orange Red. HEX triplet: FF, 42 and 00. RGB value is (255,66,0). Sum of RGB (Red+Green+Blue) = 255+66+0=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4200 is #00BDFF. Grayscale: #737373. Windows color (decimal): -48640 or 17151. OLE color: 17151.
HSL color Cylindrical-coordinate representation of color #FF4200: hue angle of 15.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF4200 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0 |
| HSL | 15.53º | 1% | 0.5% | - |
| HSV(B) | 15.53º | 1% | 1% | - |
| XYZ | 43.19 | 25.16 | 2.58 | - |
| YUV | 114.99 | 63.12 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 0 | 0 | 0.74 | 1 | 0 | 15.53 | 1 | 0.5 |
| Hex | FF | 42 | 0 | 0 | 4A | 64 | 0 | 10 | 64 | 32 |
| Octal | 377 | 102 | 0 | 0 | 112 | 144 | 0 | 20 | 144 | 62 |
| Binary | 11111111 | 1000010 | 0 | 0 | 1001010 | 1100100 | 0 | 10000 | 1100100 | 110010 |
Color Harmonies of #FF4200
Complementary color
Monochromatic Colors of #FF4200
Black with #FF4200
Text Example
Text Example
White with #FF4200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4200; }
p { color: rgb(255,66,0); }
H1.HeaderClassName
{
color: #FF4200;
}
.AnyTagClassName
{
color: #FF4200;
}
</style>
background-color css
<style>
a { background-color: #FF4200; }
a { background-color: rgb(255,66,0); }
div.DivClassName
{
background-color: #FF4200;
}
.BgClassName
{
background-color: #FF4200;
}
</style>
border-color css
<style>
span { border-color: #FF4200; }
span { border-color: rgb(255,66,0); }
td.TdClassName
{
border-color: #FF4200;
}
.TagClassName
{
border-color: #FF4200;
}
</style>