Shades of Orange Red #FB4305
Tints of Orange Red #FB4305
RGB
CMYK
RGB Variations
Color information
#FB4305 (or 0xFB4305) is known color: Orange Red. HEX triplet: FB, 43 and 05. RGB value is (251,67,5). Sum of RGB (Red+Green+Blue) = 251+67+5=323 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.71% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4305 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4305 is #04BCFA. Grayscale: #737373. Windows color (decimal): -310523 or 345083. OLE color: 345083.
HSL color Cylindrical-coordinate representation of color #FB4305: hue angle of 15.12º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB4305 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 5 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.02 |
| HSL | 15.12º | 0.97% | 0.5% | - |
| HSV(B) | 15.12º | 0.98% | 0.98% | - |
| XYZ | 41.82 | 24.53 | 2.68 | - |
| YUV | 114.95 | 65.96 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 5 | 0 | 0.73 | 0.98 | 0.02 | 15.12 | 0.97 | 0.5 |
| Hex | FB | 43 | 5 | 0 | 49 | 62 | 2 | F | 61 | 32 |
| Octal | 373 | 103 | 5 | 0 | 111 | 142 | 2 | 17 | 141 | 62 |
| Binary | 11111011 | 1000011 | 101 | 0 | 1001001 | 1100010 | 10 | 1111 | 1100001 | 110010 |
Color Harmonies of #FB4305
Complementary color
Monochromatic Colors of #FB4305
Black with #FB4305
Text Example
Text Example
White with #FB4305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4305; }
p { color: rgb(251,67,5); }
H1.HeaderClassName
{
color: #FB4305;
}
.AnyTagClassName
{
color: #FB4305;
}
</style>
background-color css
<style>
a { background-color: #FB4305; }
a { background-color: rgb(251,67,5); }
div.DivClassName
{
background-color: #FB4305;
}
.BgClassName
{
background-color: #FB4305;
}
</style>
border-color css
<style>
span { border-color: #FB4305; }
span { border-color: rgb(251,67,5); }
td.TdClassName
{
border-color: #FB4305;
}
.TagClassName
{
border-color: #FB4305;
}
</style>