Html Css Color HEX #FBA380 Light Salmon

📋 copy color: '#FBA380'

red 251 ◦ green 163 ◦ blue 128

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

Shades of Light Salmon #FBA380

Tints of Light Salmon #FBA380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.62%

R = 46.31%
G = 30.07%
B = 23.62%

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

#FBA380 (or 0xFBA380) is known color: Light Salmon. HEX triplet: FB, A3 and 80. RGB value is (251,163,128). Sum of RGB (Red+Green+Blue) = 251+163+128=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 163 (64.06% from 255 or 30.07% from 542); Blue value is 128 (50.39% from 255 or 23.62% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA380 is #045C7F. Grayscale: #B9B9B9. Windows color (decimal): -285824 or 8430587. OLE color: 8430587.

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

Color convert

RGB 251 163 128 -
CMYK 0 0.35 0.49 0.02
HSL 17.07º 0.94% 0.74% -
HSV(B) 17.07º 0.49% 0.98% -
XYZ 56.78 48.26 26.75 -
YUV 185.32 95.65 174.85 -
System Red Green Blue C M Y K H S L
Decimal 251 163 128 0 0.35 0.49 0.02 17.07 0.94 0.74
Hex FB A3 80 0 23 31 2 11 5E 4A
Octal 373 243 200 0 43 61 2 21 136 112
Binary 11111011 10100011 10000000 0 100011 110001 10 10001 1011110 1001010

Color Harmonies of #FBA380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA380

Black with #FBA380

Text Example


Text Example

White with #FBA380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA380; }

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

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

background-color css

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

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

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

border-color css

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

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

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