Shades of Orange Red #FF420F
Tints of Orange Red #FF420F
RGB
CMYK
RGB Variations
Color information
#FF420F (or 0xFF420F) is known color: Orange Red. HEX triplet: FF, 42 and 0F. RGB value is (255,66,15). Sum of RGB (Red+Green+Blue) = 255+66+15=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF420F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF420F is #00BDF0. Grayscale: #757575. Windows color (decimal): -48625 or 1000191. OLE color: 1000191.
HSL color Cylindrical-coordinate representation of color #FF420F: hue angle of 12.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF420F is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 15 | - |
| CMYK | 0 | 0.74 | 0.94 | 0 |
| HSL | 12.75º | 1% | 0.53% | - |
| HSV(B) | 12.75º | 0.94% | 1% | - |
| XYZ | 43.27 | 25.19 | 3.03 | - |
| YUV | 116.7 | 70.62 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 15 | 0 | 0.74 | 0.94 | 0 | 12.75 | 1 | 0.53 |
| Hex | FF | 42 | F | 0 | 4A | 5E | 0 | D | 64 | 35 |
| Octal | 377 | 102 | 17 | 0 | 112 | 136 | 0 | 15 | 144 | 65 |
| Binary | 11111111 | 1000010 | 1111 | 0 | 1001010 | 1011110 | 0 | 1101 | 1100100 | 110101 |
Color Harmonies of #FF420F
Complementary color
Monochromatic Colors of #FF420F
Black with #FF420F
Text Example
Text Example
White with #FF420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF420F; }
p { color: rgb(255,66,15); }
H1.HeaderClassName
{
color: #FF420F;
}
.AnyTagClassName
{
color: #FF420F;
}
</style>
background-color css
<style>
a { background-color: #FF420F; }
a { background-color: rgb(255,66,15); }
div.DivClassName
{
background-color: #FF420F;
}
.BgClassName
{
background-color: #FF420F;
}
</style>
border-color css
<style>
span { border-color: #FF420F; }
span { border-color: rgb(255,66,15); }
td.TdClassName
{
border-color: #FF420F;
}
.TagClassName
{
border-color: #FF420F;
}
</style>