Shades of Orange Red #FB430E
Tints of Orange Red #FB430E
RGB
CMYK
RGB Variations
Color information
#FB430E (or 0xFB430E) is known color: Orange Red. HEX triplet: FB, 43 and 0E. RGB value is (251,67,14). Sum of RGB (Red+Green+Blue) = 251+67+14=332 (43% of max value = 765). Red value is 251 (98.44% from 255 or 75.60% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 251 - color contains mainly: red. Hex color #FB430E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB430E is #04BCF1. Grayscale: #747474. Windows color (decimal): -310514 or 934907. OLE color: 934907.
HSL color Cylindrical-coordinate representation of color #FB430E: hue angle of 13.42º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB430E is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 14 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.02 |
| HSL | 13.42º | 0.97% | 0.52% | - |
| HSV(B) | 13.42º | 0.94% | 0.98% | - |
| XYZ | 41.87 | 24.56 | 2.95 | - |
| YUV | 115.97 | 70.46 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 14 | 0 | 0.73 | 0.94 | 0.02 | 13.42 | 0.97 | 0.52 |
| Hex | FB | 43 | E | 0 | 49 | 5E | 2 | D | 61 | 34 |
| Octal | 373 | 103 | 16 | 0 | 111 | 136 | 2 | 15 | 141 | 64 |
| Binary | 11111011 | 1000011 | 1110 | 0 | 1001001 | 1011110 | 10 | 1101 | 1100001 | 110100 |
Color Harmonies of #FB430E
Complementary color
Monochromatic Colors of #FB430E
Black with #FB430E
Text Example
Text Example
White with #FB430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB430E; }
p { color: rgb(251,67,14); }
H1.HeaderClassName
{
color: #FB430E;
}
.AnyTagClassName
{
color: #FB430E;
}
</style>
background-color css
<style>
a { background-color: #FB430E; }
a { background-color: rgb(251,67,14); }
div.DivClassName
{
background-color: #FB430E;
}
.BgClassName
{
background-color: #FB430E;
}
</style>
border-color css
<style>
span { border-color: #FB430E; }
span { border-color: rgb(251,67,14); }
td.TdClassName
{
border-color: #FB430E;
}
.TagClassName
{
border-color: #FB430E;
}
</style>