Shades of Orange Red #FF4102
Tints of Orange Red #FF4102
RGB
CMYK
RGB Variations
Color information
#FF4102 (or 0xFF4102) is known color: Orange Red. HEX triplet: FF, 41 and 02. RGB value is (255,65,2). Sum of RGB (Red+Green+Blue) = 255+65+2=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4102 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4102 is #00BEFD. Grayscale: #737373. Windows color (decimal): -48894 or 147967. OLE color: 147967.
HSL color Cylindrical-coordinate representation of color #FF4102: hue angle of 14.94º 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 #FF4102 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 2 | - |
| CMYK | 0 | 0.75 | 0.99 | 0 |
| HSL | 14.94º | 1% | 0.5% | - |
| HSV(B) | 14.94º | 0.99% | 1% | - |
| XYZ | 43.14 | 25.04 | 2.62 | - |
| YUV | 114.63 | 64.45 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 2 | 0 | 0.75 | 0.99 | 0 | 14.94 | 1 | 0.5 |
| Hex | FF | 41 | 2 | 0 | 4B | 63 | 0 | F | 64 | 32 |
| Octal | 377 | 101 | 2 | 0 | 113 | 143 | 0 | 17 | 144 | 62 |
| Binary | 11111111 | 1000001 | 10 | 0 | 1001011 | 1100011 | 0 | 1111 | 1100100 | 110010 |
Color Harmonies of #FF4102
Complementary color
Monochromatic Colors of #FF4102
Black with #FF4102
Text Example
Text Example
White with #FF4102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4102; }
p { color: rgb(255,65,2); }
H1.HeaderClassName
{
color: #FF4102;
}
.AnyTagClassName
{
color: #FF4102;
}
</style>
background-color css
<style>
a { background-color: #FF4102; }
a { background-color: rgb(255,65,2); }
div.DivClassName
{
background-color: #FF4102;
}
.BgClassName
{
background-color: #FF4102;
}
</style>
border-color css
<style>
span { border-color: #FF4102; }
span { border-color: rgb(255,65,2); }
td.TdClassName
{
border-color: #FF4102;
}
.TagClassName
{
border-color: #FF4102;
}
</style>