Shades of Orange Red #FB430F
Tints of Orange Red #FB430F
RGB
CMYK
RGB Variations
Color information
#FB430F (or 0xFB430F) is known color: Orange Red. HEX triplet: FB, 43 and 0F. RGB value is (251,67,15). Sum of RGB (Red+Green+Blue) = 251+67+15=333 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.38% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 251 - color contains mainly: red. Hex color #FB430F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB430F is #04BCF0. Grayscale: #747474. Windows color (decimal): -310513 or 1000443. OLE color: 1000443.
HSL color Cylindrical-coordinate representation of color #FB430F: hue angle of 13.22º 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 #FB430F is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 15 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.02 |
| HSL | 13.22º | 0.97% | 0.52% | - |
| HSV(B) | 13.22º | 0.94% | 0.98% | - |
| XYZ | 41.88 | 24.56 | 2.98 | - |
| YUV | 116.09 | 70.96 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 15 | 0 | 0.73 | 0.94 | 0.02 | 13.22 | 0.97 | 0.52 |
| Hex | FB | 43 | F | 0 | 49 | 5E | 2 | D | 61 | 34 |
| Octal | 373 | 103 | 17 | 0 | 111 | 136 | 2 | 15 | 141 | 64 |
| Binary | 11111011 | 1000011 | 1111 | 0 | 1001001 | 1011110 | 10 | 1101 | 1100001 | 110100 |
Color Harmonies of #FB430F
Complementary color
Monochromatic Colors of #FB430F
Black with #FB430F
Text Example
Text Example
White with #FB430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB430F; }
p { color: rgb(251,67,15); }
H1.HeaderClassName
{
color: #FB430F;
}
.AnyTagClassName
{
color: #FB430F;
}
</style>
background-color css
<style>
a { background-color: #FB430F; }
a { background-color: rgb(251,67,15); }
div.DivClassName
{
background-color: #FB430F;
}
.BgClassName
{
background-color: #FB430F;
}
</style>
border-color css
<style>
span { border-color: #FB430F; }
span { border-color: rgb(251,67,15); }
td.TdClassName
{
border-color: #FB430F;
}
.TagClassName
{
border-color: #FB430F;
}
</style>