Html Css Color HEX #FBA580 Light Salmon

📋 copy color: '#FBA580'

red 251 ◦ green 165 ◦ blue 128

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

Shades of Light Salmon #FBA580

Tints of Light Salmon #FBA580

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.33%

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

R = 46.14%
G = 30.33%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FBA580 (or 0xFBA580) is known color: Light Salmon. HEX triplet: FB, A5 and 80. RGB value is (251,165,128). Sum of RGB (Red+Green+Blue) = 251+165+128=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA580 is #045A7F. Grayscale: #BABABA. Windows color (decimal): -285312 or 8431099. OLE color: 8431099.

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

Color convert

RGB 251 165 128 -
CMYK 0 0.34 0.49 0.02
HSL 18.05º 0.94% 0.74% -
HSV(B) 18.05º 0.49% 0.98% -
XYZ 57.14 48.98 26.86 -
YUV 186.5 94.99 174.01 -
System Red Green Blue C M Y K H S L
Decimal 251 165 128 0 0.34 0.49 0.02 18.05 0.94 0.74
Hex FB A5 80 0 22 31 2 12 5E 4A
Octal 373 245 200 0 42 61 2 22 136 112
Binary 11111011 10100101 10000000 0 100010 110001 10 10010 1011110 1001010

Color Harmonies of #FBA580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA580

Black with #FBA580

Text Example


Text Example

White with #FBA580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA580; }

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

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

background-color css

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

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

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

border-color css

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

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

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