Shades of Coral #FB804C
Tints of Coral #FB804C
RGB
CMYK
RGB Variations
Color information
#FB804C (or 0xFB804C) is known color: Coral. HEX triplet: FB, 80 and 4C. RGB value is (251,128,76). Sum of RGB (Red+Green+Blue) = 251+128+76=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 76 (30.08% from 255 or 16.70% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FB804C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB804C is #047FB3. Grayscale: #9F9F9F. Windows color (decimal): -294836 or 5013755. OLE color: 5013755.
HSL color Cylindrical-coordinate representation of color #FB804C: hue angle of 17.83º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB804C is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 76 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.02 |
| HSL | 17.83º | 0.96% | 0.64% | - |
| HSV(B) | 17.83º | 0.7% | 0.98% | - |
| XYZ | 48.81 | 36.47 | 11.3 | - |
| YUV | 158.85 | 81.25 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 76 | 0 | 0.49 | 0.70 | 0.02 | 17.83 | 0.96 | 0.64 |
| Hex | FB | 80 | 4C | 0 | 31 | 46 | 2 | 12 | 60 | 40 |
| Octal | 373 | 200 | 114 | 0 | 61 | 106 | 2 | 22 | 140 | 100 |
| Binary | 11111011 | 10000000 | 1001100 | 0 | 110001 | 1000110 | 10 | 10010 | 1100000 | 1000000 |
Color Harmonies of #FB804C
Complementary color
Monochromatic Colors of #FB804C
Black with #FB804C
Text Example
Text Example
White with #FB804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB804C; }
p { color: rgb(251,128,76); }
H1.HeaderClassName
{
color: #FB804C;
}
.AnyTagClassName
{
color: #FB804C;
}
</style>
background-color css
<style>
a { background-color: #FB804C; }
a { background-color: rgb(251,128,76); }
div.DivClassName
{
background-color: #FB804C;
}
.BgClassName
{
background-color: #FB804C;
}
</style>
border-color css
<style>
span { border-color: #FB804C; }
span { border-color: rgb(251,128,76); }
td.TdClassName
{
border-color: #FB804C;
}
.TagClassName
{
border-color: #FB804C;
}
</style>