Html Css Color HEX #FBA586 Light Salmon

📋 copy color: '#FBA586'

red 251 ◦ green 165 ◦ blue 134

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

Shades of Light Salmon #FBA586

Tints of Light Salmon #FBA586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 24.36%

R = 45.64%
G = 30%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FBA586 (or 0xFBA586) is known color: Light Salmon. HEX triplet: FB, A5 and 86. RGB value is (251,165,134). Sum of RGB (Red+Green+Blue) = 251+165+134=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 134 (52.73% from 255 or 24.36% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA586 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA586 is #045A79. Grayscale: #BBBBBB. Windows color (decimal): -285306 or 8824315. OLE color: 8824315.

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

Color convert

RGB 251 165 134 -
CMYK 0 0.34 0.47 0.02
HSL 15.9º 0.94% 0.75% -
HSV(B) 15.9º 0.47% 0.98% -
XYZ 57.54 49.14 29.01 -
YUV 187.18 97.99 173.52 -
System Red Green Blue C M Y K H S L
Decimal 251 165 134 0 0.34 0.47 0.02 15.9 0.94 0.75
Hex FB A5 86 0 22 2F 2 10 5E 4B
Octal 373 245 206 0 42 57 2 20 136 113
Binary 11111011 10100101 10000110 0 100010 101111 10 10000 1011110 1001011

Color Harmonies of #FBA586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA586

Black with #FBA586

Text Example


Text Example

White with #FBA586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA586; }

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

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

background-color css

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

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

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

border-color css

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

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

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