#FBA68A

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

Shades of Vivid Tangerine #FBA68A

Tints of Vivid Tangerine #FBA68A

Color information

#FBA68A (or 0xFBA68A) is unknown color: approx Vivid Tangerine. HEX triplet: FB, A6 and 8A. RGB value is (251,166,138). Sum of RGB (Red+Green+Blue) = 251+166+138=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 166 (65.23% from 255 or 29.91% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA68A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA68A is #045975. Grayscale: #BCBCBC. Windows color (decimal): -285046 or 9086715. OLE color: 9086715.

HSL color Cylindrical-coordinate representation of color #FBA68A: hue angle of 14.87º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBA68A is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB251166138-
CMYK00.340.450.02
HSL14.87º93.39%76.27%-
HSV(B)14.87º45.02%98.43%-
XYZ58.0149.6230.56-
YUV188.2299.66172.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.23%
GREEN value IS 166 (65.23% from 255) = 29.91%
BLUE value IS 138 (54.30% from 255) = 24.86%
R=45.23%
G=29.91%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116613800.340.450.0214.8793.3976.27
HexFBA68A0222D2f5d4c
Octal37324621204255217135114
Binary111110111010011010001010010001010110110111110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA68A; }

 p { color: rgb(251,166,138); }

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

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

 a { background-color: rgb(251,166,138); }

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

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

 span { border-color: rgb(251,166,138); }

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