#FB8351

Color #FB8351 Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral #FB8351

Tints of Coral #FB8351

Color information

#FB8351 (or 0xFB8351) is unknown color: approx Coral. HEX triplet: FB, 83 and 51. RGB value is (251,131,81). Sum of RGB (Red+Green+Blue) = 251+131+81=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8351 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8351 is #047CAE. Grayscale: #A1A1A1. Windows color (decimal): -294063 or 5342203. OLE color: 5342203.

HSL color Cylindrical-coordinate representation of color #FB8351: hue angle of 17.65º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB8351 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB25113181-
CMYK00.480.680.02
HSL17.65º95.51%65.1%-
HSV(B)17.65º67.73%98.43%-
XYZ49.3937.3412.39-
YUV161.1882.76192.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 54.21%
GREEN value IS 131 (51.56% from 255) = 28.29%
BLUE value IS 81 (32.03% from 255) = 17.49%
R=54.21%
G=28.29%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511318100.480.680.0217.6595.5165.1
HexFB8351030442126041
Octal373203121060104222140101
Binary1111101110000011101000101100001000100101001011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8351; }

 p { color: rgb(251,131,81); }

 H1.HeaderClassName
 {
   color: #FB8351;
 }
 .AnyTagClassName
 {
   color: #FB8351;
 }
</style>
background-color css

<style>
 a { background-color: #FB8351; }

 a { background-color: rgb(251,131,81); }

 div.DivClassName
 {
   background-color: #FB8351;
 }
 .BgClassName
 {
   background-color: #FB8351;
 }
</style>
border-color css

<style>
 span { border-color: #FB8351; }

 span { border-color: rgb(251,131,81); }

 td.TdClassName
 {
   border-color: #FB8351;
 }
 .TagClassName
 {
   border-color: #FB8351;
 }
</style>