Shades of Coral #FB804A
Tints of Coral #FB804A
RGB
CMYK
RGB Variations
Color information
#FB804A (or 0xFB804A) is known color: Coral. HEX triplet: FB, 80 and 4A. RGB value is (251,128,74). Sum of RGB (Red+Green+Blue) = 251+128+74=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FB804A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB804A is #047FB5. Grayscale: #9E9E9E. Windows color (decimal): -294838 or 4882683. OLE color: 4882683.
HSL color Cylindrical-coordinate representation of color #FB804A: hue angle of 18.31º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB804A is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 74 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.02 |
| HSL | 18.31º | 0.96% | 0.64% | - |
| HSV(B) | 18.31º | 0.71% | 0.98% | - |
| XYZ | 48.74 | 36.44 | 10.94 | - |
| YUV | 158.62 | 80.25 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 74 | 0 | 0.49 | 0.71 | 0.02 | 18.31 | 0.96 | 0.64 |
| Hex | FB | 80 | 4A | 0 | 31 | 47 | 2 | 12 | 60 | 40 |
| Octal | 373 | 200 | 112 | 0 | 61 | 107 | 2 | 22 | 140 | 100 |
| Binary | 11111011 | 10000000 | 1001010 | 0 | 110001 | 1000111 | 10 | 10010 | 1100000 | 1000000 |
Color Harmonies of #FB804A
Complementary color
Monochromatic Colors of #FB804A
Black with #FB804A
Text Example
Text Example
White with #FB804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB804A; }
p { color: rgb(251,128,74); }
H1.HeaderClassName
{
color: #FB804A;
}
.AnyTagClassName
{
color: #FB804A;
}
</style>
background-color css
<style>
a { background-color: #FB804A; }
a { background-color: rgb(251,128,74); }
div.DivClassName
{
background-color: #FB804A;
}
.BgClassName
{
background-color: #FB804A;
}
</style>
border-color css
<style>
span { border-color: #FB804A; }
span { border-color: rgb(251,128,74); }
td.TdClassName
{
border-color: #FB804A;
}
.TagClassName
{
border-color: #FB804A;
}
</style>