Shades of Orange Red #FF4300
Tints of Orange Red #FF4300
RGB
CMYK
RGB Variations
Color information
#FF4300 (or 0xFF4300) is known color: Orange Red. HEX triplet: FF, 43 and 00. RGB value is (255,67,0). Sum of RGB (Red+Green+Blue) = 255+67+0=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4300 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4300 is #00BCFF. Grayscale: #747474. Windows color (decimal): -48384 or 17407. OLE color: 17407.
HSL color Cylindrical-coordinate representation of color #FF4300: hue angle of 15.76º 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 #FF4300 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0 |
| HSL | 15.76º | 1% | 0.5% | - |
| HSV(B) | 15.76º | 1% | 1% | - |
| XYZ | 43.25 | 25.27 | 2.6 | - |
| YUV | 115.57 | 62.78 | 227.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 0 | 0 | 0.74 | 1 | 0 | 15.76 | 1 | 0.5 |
| Hex | FF | 43 | 0 | 0 | 4A | 64 | 0 | 10 | 64 | 32 |
| Octal | 377 | 103 | 0 | 0 | 112 | 144 | 0 | 20 | 144 | 62 |
| Binary | 11111111 | 1000011 | 0 | 0 | 1001010 | 1100100 | 0 | 10000 | 1100100 | 110010 |
Color Harmonies of #FF4300
Complementary color
Monochromatic Colors of #FF4300
Black with #FF4300
Text Example
Text Example
White with #FF4300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4300; }
p { color: rgb(255,67,0); }
H1.HeaderClassName
{
color: #FF4300;
}
.AnyTagClassName
{
color: #FF4300;
}
</style>
background-color css
<style>
a { background-color: #FF4300; }
a { background-color: rgb(255,67,0); }
div.DivClassName
{
background-color: #FF4300;
}
.BgClassName
{
background-color: #FF4300;
}
</style>
border-color css
<style>
span { border-color: #FF4300; }
span { border-color: rgb(255,67,0); }
td.TdClassName
{
border-color: #FF4300;
}
.TagClassName
{
border-color: #FF4300;
}
</style>