#FBA07E

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

Shades of Light Salmon #FBA07E

Tints of Light Salmon #FBA07E

Color information

#FBA07E (or 0xFBA07E) is unknown color: approx Light Salmon. HEX triplet: FB, A0 and 7E. RGB value is (251,160,126). Sum of RGB (Red+Green+Blue) = 251+160+126=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 126 (49.61% from 255 or 23.46% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA07E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA07E is #045F81. Grayscale: #B7B7B7. Windows color (decimal): -286594 or 8298747. OLE color: 8298747.

HSL color Cylindrical-coordinate representation of color #FBA07E: hue angle of 16.32º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FBA07E is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB251160126-
CMYK00.360.500.02
HSL16.32º93.98%73.92%-
HSV(B)16.32º49.8%98.43%-
XYZ56.1247.1625.88-
YUV183.3395.65176.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.74%
GREEN value IS 160 (62.89% from 255) = 29.80%
BLUE value IS 126 (49.61% from 255) = 23.46%
R=46.74%
G=29.80%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116012600.360.500.0216.3293.9873.92
HexFBA07E024322105e4a
Octal37324017604462220136112
Binary111110111010000011111100100100110010101000010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA07E; }

 p { color: rgb(251,160,126); }

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

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

 a { background-color: rgb(251,160,126); }

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

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

 span { border-color: rgb(251,160,126); }

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