Html Css Color HEX #FBA37C Light Salmon

📋 copy color: '#FBA37C'

red 251 ◦ green 163 ◦ blue 124

#FBA37C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Salmon #FBA37C

Tints of Light Salmon #FBA37C

RGB

 RED value IS 251 (98.44% from 255) = 46.65%

 GREEN value IS 163 (64.06% from 255) = 30.3%

 BLUE value IS 124 (48.83% from 255) = 23.05%

R = 46.65%
G = 30.3%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FBA37C (or 0xFBA37C) is known color: Light Salmon. HEX triplet: FB, A3 and 7C. RGB value is (251,163,124). Sum of RGB (Red+Green+Blue) = 251+163+124=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA37C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA37C is #045C83. Grayscale: #B9B9B9. Windows color (decimal): -285828 or 8168443. OLE color: 8168443.

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

Color convert

RGB 251 163 124 -
CMYK 0 0.35 0.51 0.02
HSL 18.43º 0.94% 0.74% -
HSV(B) 18.43º 0.51% 0.98% -
XYZ 56.52 48.16 25.39 -
YUV 184.87 93.65 175.17 -
System Red Green Blue C M Y K H S L
Decimal 251 163 124 0 0.35 0.51 0.02 18.43 0.94 0.74
Hex FB A3 7C 0 23 33 2 12 5E 4A
Octal 373 243 174 0 43 63 2 22 136 112
Binary 11111011 10100011 1111100 0 100011 110011 10 10010 1011110 1001010

Color Harmonies of #FBA37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA37C

Black with #FBA37C

Text Example


Text Example

White with #FBA37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA37C; }

 p { color: rgb(251,163,124); }

 H1.HeaderClassName
 {
   color: #FBA37C;
 }
 .AnyTagClassName
 {
   color: #FBA37C;
 }
</style>

background-color css

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

 a { background-color: rgb(251,163,124); }

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

border-color css

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

 span { border-color: rgb(251,163,124); }

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