Html Css Color HEX #FBA37F Light Salmon

📋 copy color: '#FBA37F'

red 251 ◦ green 163 ◦ blue 127

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

Shades of Light Salmon #FBA37F

Tints of Light Salmon #FBA37F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.48%

R = 46.4%
G = 30.13%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FBA37F (or 0xFBA37F) is known color: Light Salmon. HEX triplet: FB, A3 and 7F. RGB value is (251,163,127). Sum of RGB (Red+Green+Blue) = 251+163+127=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 127 (50% from 255 or 23.48% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA37F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA37F is #045C80. Grayscale: #B9B9B9. Windows color (decimal): -285825 or 8365051. OLE color: 8365051.

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

Color convert

RGB 251 163 127 -
CMYK 0 0.35 0.49 0.02
HSL 17.42º 0.94% 0.74% -
HSV(B) 17.42º 0.49% 0.98% -
XYZ 56.71 48.24 26.4 -
YUV 185.21 95.15 174.93 -
System Red Green Blue C M Y K H S L
Decimal 251 163 127 0 0.35 0.49 0.02 17.42 0.94 0.74
Hex FB A3 7F 0 23 31 2 11 5E 4A
Octal 373 243 177 0 43 61 2 21 136 112
Binary 11111011 10100011 1111111 0 100011 110001 10 10001 1011110 1001010

Color Harmonies of #FBA37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA37F

Black with #FBA37F

Text Example


Text Example

White with #FBA37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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