Shades of Orange Red #FB430A
Tints of Orange Red #FB430A
RGB
CMYK
RGB Variations
Color information
#FB430A (or 0xFB430A) is known color: Orange Red. HEX triplet: FB, 43 and 0A. RGB value is (251,67,10). Sum of RGB (Red+Green+Blue) = 251+67+10=328 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.52% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 251 - color contains mainly: red. Hex color #FB430A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB430A is #04BCF5. Grayscale: #737373. Windows color (decimal): -310518 or 672763. OLE color: 672763.
HSL color Cylindrical-coordinate representation of color #FB430A: hue angle of 14.19º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB430A is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 10 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.02 |
| HSL | 14.19º | 0.97% | 0.51% | - |
| HSV(B) | 14.19º | 0.96% | 0.98% | - |
| XYZ | 41.85 | 24.55 | 2.82 | - |
| YUV | 115.52 | 68.46 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 10 | 0 | 0.73 | 0.96 | 0.02 | 14.19 | 0.97 | 0.51 |
| Hex | FB | 43 | A | 0 | 49 | 60 | 2 | E | 61 | 33 |
| Octal | 373 | 103 | 12 | 0 | 111 | 140 | 2 | 16 | 141 | 63 |
| Binary | 11111011 | 1000011 | 1010 | 0 | 1001001 | 1100000 | 10 | 1110 | 1100001 | 110011 |
Color Harmonies of #FB430A
Complementary color
Monochromatic Colors of #FB430A
Black with #FB430A
Text Example
Text Example
White with #FB430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB430A; }
p { color: rgb(251,67,10); }
H1.HeaderClassName
{
color: #FB430A;
}
.AnyTagClassName
{
color: #FB430A;
}
</style>
background-color css
<style>
a { background-color: #FB430A; }
a { background-color: rgb(251,67,10); }
div.DivClassName
{
background-color: #FB430A;
}
.BgClassName
{
background-color: #FB430A;
}
</style>
border-color css
<style>
span { border-color: #FB430A; }
span { border-color: rgb(251,67,10); }
td.TdClassName
{
border-color: #FB430A;
}
.TagClassName
{
border-color: #FB430A;
}
</style>