Shades of Coral #FB8344
Tints of Coral #FB8344
RGB
CMYK
RGB Variations
Color information
#FB8344 (or 0xFB8344) is known color: Coral. HEX triplet: FB, 83 and 44. RGB value is (251,131,68). Sum of RGB (Red+Green+Blue) = 251+131+68=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 68 (26.95% from 255 or 15.11% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8344 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8344 is #047CBB. Grayscale: #A0A0A0. Windows color (decimal): -294076 or 4490235. OLE color: 4490235.
HSL color Cylindrical-coordinate representation of color #FB8344: hue angle of 20.66º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB8344 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 68 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.02 |
| HSL | 20.66º | 0.96% | 0.63% | - |
| HSV(B) | 20.66º | 0.73% | 0.98% | - |
| XYZ | 48.94 | 37.16 | 10.06 | - |
| YUV | 159.7 | 76.26 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 68 | 0 | 0.48 | 0.73 | 0.02 | 20.66 | 0.96 | 0.63 |
| Hex | FB | 83 | 44 | 0 | 30 | 49 | 2 | 15 | 60 | 3F |
| Octal | 373 | 203 | 104 | 0 | 60 | 111 | 2 | 25 | 140 | 77 |
| Binary | 11111011 | 10000011 | 1000100 | 0 | 110000 | 1001001 | 10 | 10101 | 1100000 | 111111 |
Color Harmonies of #FB8344
Complementary color
Monochromatic Colors of #FB8344
Black with #FB8344
Text Example
Text Example
White with #FB8344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8344; }
p { color: rgb(251,131,68); }
H1.HeaderClassName
{
color: #FB8344;
}
.AnyTagClassName
{
color: #FB8344;
}
</style>
background-color css
<style>
a { background-color: #FB8344; }
a { background-color: rgb(251,131,68); }
div.DivClassName
{
background-color: #FB8344;
}
.BgClassName
{
background-color: #FB8344;
}
</style>
border-color css
<style>
span { border-color: #FB8344; }
span { border-color: rgb(251,131,68); }
td.TdClassName
{
border-color: #FB8344;
}
.TagClassName
{
border-color: #FB8344;
}
</style>