Shades of Orange Red #FF4402
Tints of Orange Red #FF4402
RGB
CMYK
RGB Variations
Color information
#FF4402 (or 0xFF4402) is known color: Orange Red. HEX triplet: FF, 44 and 02. RGB value is (255,68,2). Sum of RGB (Red+Green+Blue) = 255+68+2=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4402 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4402 is #00BBFD. Grayscale: #747474. Windows color (decimal): -48126 or 148735. OLE color: 148735.
HSL color Cylindrical-coordinate representation of color #FF4402: hue angle of 15.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF4402 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0 |
| HSL | 15.65º | 1% | 0.5% | - |
| HSV(B) | 15.65º | 0.99% | 1% | - |
| XYZ | 43.32 | 25.4 | 2.68 | - |
| YUV | 116.39 | 63.45 | 226.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 2 | 0 | 0.73 | 0.99 | 0 | 15.65 | 1 | 0.5 |
| Hex | FF | 44 | 2 | 0 | 49 | 63 | 0 | 10 | 64 | 32 |
| Octal | 377 | 104 | 2 | 0 | 111 | 143 | 0 | 20 | 144 | 62 |
| Binary | 11111111 | 1000100 | 10 | 0 | 1001001 | 1100011 | 0 | 10000 | 1100100 | 110010 |
Color Harmonies of #FF4402
Complementary color
Monochromatic Colors of #FF4402
Black with #FF4402
Text Example
Text Example
White with #FF4402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4402; }
p { color: rgb(255,68,2); }
H1.HeaderClassName
{
color: #FF4402;
}
.AnyTagClassName
{
color: #FF4402;
}
</style>
background-color css
<style>
a { background-color: #FF4402; }
a { background-color: rgb(255,68,2); }
div.DivClassName
{
background-color: #FF4402;
}
.BgClassName
{
background-color: #FF4402;
}
</style>
border-color css
<style>
span { border-color: #FF4402; }
span { border-color: rgb(255,68,2); }
td.TdClassName
{
border-color: #FF4402;
}
.TagClassName
{
border-color: #FF4402;
}
</style>