#FB8348

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

Shades of Coral #FB8348

Tints of Coral #FB8348

Color information

#FB8348 (or 0xFB8348) is unknown color: approx Coral. HEX triplet: FB, 83 and 48. RGB value is (251,131,72). Sum of RGB (Red+Green+Blue) = 251+131+72=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 72 (28.52% from 255 or 15.86% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8348 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8348 is #047CB7. Grayscale: #A0A0A0. Windows color (decimal): -294072 or 4752379. OLE color: 4752379.

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

Color convert

RGB25113172-
CMYK00.480.710.02
HSL19.78º95.72%63.33%-
HSV(B)19.78º71.31%98.43%-
XYZ49.0737.2110.73-
YUV160.1578.26192.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.29%
GREEN value IS 131 (51.56% from 255) = 28.85%
BLUE value IS 72 (28.52% from 255) = 15.86%
R=55.29%
G=28.85%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511317200.480.710.0219.7895.7263.33
HexFB834803047214603f
Octal37320311006010722414077
Binary111110111000001110010000110000100011110101001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8348; }

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

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

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

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

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

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

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

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