Shades of Orange Red #FF4802
Tints of Orange Red #FF4802
RGB
CMYK
RGB Variations
Color information
#FF4802 (or 0xFF4802) is known color: Orange Red. HEX triplet: FF, 48 and 02. RGB value is (255,72,2). Sum of RGB (Red+Green+Blue) = 255+72+2=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4802 is #00B7FD. Grayscale: #777777. Windows color (decimal): -47102 or 149759. OLE color: 149759.
HSL color Cylindrical-coordinate representation of color #FF4802: hue angle of 16.6º 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 #FF4802 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0 |
| HSL | 16.6º | 1% | 0.5% | - |
| HSV(B) | 16.6º | 0.99% | 1% | - |
| XYZ | 43.57 | 25.9 | 2.76 | - |
| YUV | 118.74 | 62.13 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 2 | 0 | 0.72 | 0.99 | 0 | 16.6 | 1 | 0.5 |
| Hex | FF | 48 | 2 | 0 | 48 | 63 | 0 | 11 | 64 | 32 |
| Octal | 377 | 110 | 2 | 0 | 110 | 143 | 0 | 21 | 144 | 62 |
| Binary | 11111111 | 1001000 | 10 | 0 | 1001000 | 1100011 | 0 | 10001 | 1100100 | 110010 |
Color Harmonies of #FF4802
Complementary color
Monochromatic Colors of #FF4802
Black with #FF4802
Text Example
Text Example
White with #FF4802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4802; }
p { color: rgb(255,72,2); }
H1.HeaderClassName
{
color: #FF4802;
}
.AnyTagClassName
{
color: #FF4802;
}
</style>
background-color css
<style>
a { background-color: #FF4802; }
a { background-color: rgb(255,72,2); }
div.DivClassName
{
background-color: #FF4802;
}
.BgClassName
{
background-color: #FF4802;
}
</style>
border-color css
<style>
span { border-color: #FF4802; }
span { border-color: rgb(255,72,2); }
td.TdClassName
{
border-color: #FF4802;
}
.TagClassName
{
border-color: #FF4802;
}
</style>