Shades of Coral #FB803E
Tints of Coral #FB803E
RGB
CMYK
RGB Variations
Color information
#FB803E (or 0xFB803E) is known color: Coral. HEX triplet: FB, 80 and 3E. RGB value is (251,128,62). Sum of RGB (Red+Green+Blue) = 251+128+62=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 62 (24.61% from 255 or 14.06% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FB803E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB803E is #047FC1. Grayscale: #9D9D9D. Windows color (decimal): -294850 or 4096251. OLE color: 4096251.
HSL color Cylindrical-coordinate representation of color #FB803E: hue angle of 20.95º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB803E is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 62 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.02 |
| HSL | 20.95º | 0.96% | 0.61% | - |
| HSV(B) | 20.95º | 0.75% | 0.98% | - |
| XYZ | 48.37 | 36.3 | 9.01 | - |
| YUV | 157.25 | 74.25 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 62 | 0 | 0.49 | 0.75 | 0.02 | 20.95 | 0.96 | 0.61 |
| Hex | FB | 80 | 3E | 0 | 31 | 4B | 2 | 15 | 60 | 3D |
| Octal | 373 | 200 | 76 | 0 | 61 | 113 | 2 | 25 | 140 | 75 |
| Binary | 11111011 | 10000000 | 111110 | 0 | 110001 | 1001011 | 10 | 10101 | 1100000 | 111101 |
Color Harmonies of #FB803E
Complementary color
Monochromatic Colors of #FB803E
Black with #FB803E
Text Example
Text Example
White with #FB803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB803E; }
p { color: rgb(251,128,62); }
H1.HeaderClassName
{
color: #FB803E;
}
.AnyTagClassName
{
color: #FB803E;
}
</style>
background-color css
<style>
a { background-color: #FB803E; }
a { background-color: rgb(251,128,62); }
div.DivClassName
{
background-color: #FB803E;
}
.BgClassName
{
background-color: #FB803E;
}
</style>
border-color css
<style>
span { border-color: #FB803E; }
span { border-color: rgb(251,128,62); }
td.TdClassName
{
border-color: #FB803E;
}
.TagClassName
{
border-color: #FB803E;
}
</style>