#FB814A

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

Shades of Coral #FB814A

Tints of Coral #FB814A

Color information

#FB814A (or 0xFB814A) is unknown color: approx Coral. HEX triplet: FB, 81 and 4A. RGB value is (251,129,74). Sum of RGB (Red+Green+Blue) = 251+129+74=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 74 (29.30% from 255 or 16.30% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB814A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB814A is #047EB5. Grayscale: #9F9F9F. Windows color (decimal): -294582 or 4882939. OLE color: 4882939.

HSL color Cylindrical-coordinate representation of color #FB814A: hue angle of 18.64º 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 #FB814A is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB25112974-
CMYK00.490.710.02
HSL18.64º95.68%63.73%-
HSV(B)18.64º70.52%98.43%-
XYZ48.8736.710.99-
YUV159.2179.92193.47-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.29%
GREEN value IS 129 (50.78% from 255) = 28.41%
BLUE value IS 74 (29.30% from 255) = 16.30%
R=55.29%
G=28.41%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511297400.490.710.0218.6495.6863.73
HexFB814A031472136040
Octal373201112061107223140100
Binary1111101110000001100101001100011000111101001111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB814A; }

 p { color: rgb(251,129,74); }

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

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

 a { background-color: rgb(251,129,74); }

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

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

 span { border-color: rgb(251,129,74); }

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