Shades of Orange Red #FF430E
Tints of Orange Red #FF430E
RGB
CMYK
RGB Variations
Color information
#FF430E (or 0xFF430E) is known color: Orange Red. HEX triplet: FF, 43 and 0E. RGB value is (255,67,14). Sum of RGB (Red+Green+Blue) = 255+67+14=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF430E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF430E is #00BCF1. Grayscale: #757575. Windows color (decimal): -48370 or 934911. OLE color: 934911.
HSL color Cylindrical-coordinate representation of color #FF430E: hue angle of 13.2º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF430E is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 14 | - |
| CMYK | 0 | 0.74 | 0.95 | 0 |
| HSL | 13.2º | 1% | 0.53% | - |
| HSV(B) | 13.2º | 0.95% | 1% | - |
| XYZ | 43.33 | 25.31 | 3.02 | - |
| YUV | 117.17 | 69.78 | 226.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 14 | 0 | 0.74 | 0.95 | 0 | 13.2 | 1 | 0.53 |
| Hex | FF | 43 | E | 0 | 4A | 5F | 0 | D | 64 | 35 |
| Octal | 377 | 103 | 16 | 0 | 112 | 137 | 0 | 15 | 144 | 65 |
| Binary | 11111111 | 1000011 | 1110 | 0 | 1001010 | 1011111 | 0 | 1101 | 1100100 | 110101 |
Color Harmonies of #FF430E
Complementary color
Monochromatic Colors of #FF430E
Black with #FF430E
Text Example
Text Example
White with #FF430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF430E; }
p { color: rgb(255,67,14); }
H1.HeaderClassName
{
color: #FF430E;
}
.AnyTagClassName
{
color: #FF430E;
}
</style>
background-color css
<style>
a { background-color: #FF430E; }
a { background-color: rgb(255,67,14); }
div.DivClassName
{
background-color: #FF430E;
}
.BgClassName
{
background-color: #FF430E;
}
</style>
border-color css
<style>
span { border-color: #FF430E; }
span { border-color: rgb(255,67,14); }
td.TdClassName
{
border-color: #FF430E;
}
.TagClassName
{
border-color: #FF430E;
}
</style>